Skip to content

Commit

Permalink
update(freerider): fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Apr 8, 2024
1 parent cd0db93 commit fe60220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/freerider-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
with:
name: patch
github-token: ${{ secrets.GITHUB_TOKEN }}
#hardcoded
#hardcoded, just imagine we would take the latest rum id from receive-pr here
run-id: 8607543448
- name: Apply patch
run: |
git apply git-diff_combined.patch --allow-empty
git apply git-diff.patch --allow-empty
rm git-diff_combined.patch
# Download the PR number
Expand Down

0 comments on commit fe60220

Please sign in to comment.