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 362ba3f commit f665380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/freerider-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ 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
rm git-diff_combined.patch
git apply git-diff.patch --allow-empty
rm git-diff.patch
# Download the PR number
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit f665380

Please sign in to comment.