Skip to content

Commit

Permalink
update(freerider): hard code run id
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Apr 8, 2024
1 parent 5c77e68 commit cd0db93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/freerider-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# wait for other workflow to upload the artifacts
- uses: GuillaumeFalourd/wait-sleep-action@v1
with:
time: '4m' # for 2 minutes
time: '1m' # for 1 minute
- uses: actions/checkout@v4
with:
ref: ${{github.event.workflow_run.head_branch}}
Expand All @@ -42,6 +42,8 @@ jobs:
with:
name: patch
github-token: ${{ secrets.GITHUB_TOKEN }}
#hardcoded
run-id: 8607543448
- name: Apply patch
run: |
git apply git-diff_combined.patch --allow-empty
Expand Down

0 comments on commit cd0db93

Please sign in to comment.