Skip to content

Commit

Permalink
Added branch ref in rerun action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmessiaen committed Sep 19, 2024
1 parent 701e57d commit 642f2e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
- env:
GH_REPO: ${{ github.repository }}
GH_TOKEN: ${{ github.token }}
run: gh workflow run retry-workflow.yml --ref ${{ github.event.ref }} -F run_id=${{ github.run_id }}
run: gh workflow run retry-workflow.yml --ref ${{ github.ref }} -F run_id=${{ github.run_id }}


install-poetry:
Expand Down

0 comments on commit 642f2e0

Please sign in to comment.