Skip to content

Commit

Permalink
Merge pull request #188191 from Homebrew/another-dispatch-fix
Browse files Browse the repository at this point in the history
dispatch-build-bottle: fix `PR` variable in wait step
  • Loading branch information
ZhongRuoyu authored Sep 12, 2024
2 parents 2062747 + cda9777 commit ba73f62
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 ba73f62

Please sign in to comment.