Skip to content

Commit

Permalink
fix: added proper repository
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Sep 25, 2024
1 parent c8e3c3d commit c649770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
pr=$(\
curl -sL -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{ inputs.token }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/search/issues\?q\=repo:bcgov/onroutebc+is:pr+is:merged \
https://api.github.com/search/issues\?q\=repo:${{ github.repository }}+is:pr+is:merged \
| jq .[0].number
)
Expand Down

0 comments on commit c649770

Please sign in to comment.