Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga committed Jul 16, 2024
1 parent b6121f5 commit 634f781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
gh api \
repos/${{ github.repository }}/commits/${{ needs.format.outputs.head }}/statuses \
repos/${{ github.event.pull_request.head.repo.full_name }}/commits/${{ needs.format.outputs.head }}/statuses \
--method POST \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
Expand Down

0 comments on commit 634f781

Please sign in to comment.