Skip to content

Commit

Permalink
Merge pull request #188754 from Homebrew/fewer-api-calls
Browse files Browse the repository at this point in the history
workflows: remove one more usage of `{owner}` and `{repo}`
  • Loading branch information
carlocab authored Sep 13, 2024
2 parents a9f199c + 70eb9fb commit 6eabca1
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 @@ -339,7 +339,7 @@ jobs:
gh api \
--header "Accept: application/vnd.github+json" \
--header "X-GitHub-Api-Version: 2022-11-28" \
"/repos/{owner}/{repo}/pulls/$PR"
"/repos/$GITHUB_REPOSITORY/pulls/$PR"
)
sleep "$sleep_time"
Expand Down

0 comments on commit 6eabca1

Please sign in to comment.