Skip to content

Commit 77d1057

Browse files
kim-emclaude
andauthored
fix: specify -X GET in gh api call (#1683)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ee7699 commit 77d1057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_bump_toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
GH_TOKEN: ${{ steps.app-token.outputs.token }}
3434
run: |
35-
RELEASE_TAG=$(gh api repos/leanprover/lean4-nightly/releases \
35+
RELEASE_TAG=$(gh api -X GET repos/leanprover/lean4-nightly/releases \
3636
-f per_page=1 --jq '.[0].tag_name')
3737
if [ -z "$RELEASE_TAG" ] || [ "$RELEASE_TAG" = "null" ]; then
3838
echo "::error::Could not determine latest lean4-nightly release"

0 commit comments

Comments
 (0)