Skip to content

Commit

Permalink
dispatch-build-bottle: fix PR variable in wait step
Browse files Browse the repository at this point in the history
The output is called `number`, and not `pull_number`.
  • Loading branch information
carlocab committed Sep 12, 2024
1 parent b18209b commit cda9777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-build-bottle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ jobs:
- name: Wait until PR is merged
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR: ${{ steps.create-pr.outputs.pull_number }}
PR: ${{ steps.create-pr.outputs.number }}
run: |
# Hold the `concurrency` lock for up to another 10 minutes while the PR has not yet been merged.
sleep 300
Expand Down

0 comments on commit cda9777

Please sign in to comment.