Skip to content

Commit

Permalink
fix: added missing index to request (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot authored Sep 25, 2024
1 parent ff6c4fe commit 47b023b
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 @@ -54,7 +54,7 @@ runs:
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:${{ github.repository }}+is:pr+is:merged \
| jq .[0].number
| jq .items[0].number
)
if [ -z "${pr}" ]
Expand Down

0 comments on commit 47b023b

Please sign in to comment.