Skip to content

Commit

Permalink
Correct url
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Oct 17, 2023
1 parent f0c8fff commit 3196124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-by-name.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
prInfo=$(gh api \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/repos/NixOS/nixpkgs/pulls/261737)
/repos/"$GITHUB_REPOSITORY"/pulls/${{ github.event.pull_request.number }})
echo "pr info is $prInfo"
mergeable=$(jq -r .mergeable <<< "$prInfo")
mergedSha=$(jq -r .merge_commit_sha <<< "$prInfo")
Expand Down

0 comments on commit 3196124

Please sign in to comment.