Skip to content

Commit

Permalink
update(freerider): hard code run id for pr number too
Browse files Browse the repository at this point in the history
  • Loading branch information
timo-a committed Apr 8, 2024
1 parent 033ff64 commit 1a96235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/freerider-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
name: pr_number
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
run-id: 8607543448
- name: Read pr_number.txt
# PR_NUMBER for google, CI_PULL_REQUEST for review dog
run: |
Expand Down

0 comments on commit 1a96235

Please sign in to comment.