Skip to content

Commit

Permalink
Fix: フォークからだと動かないのを治す
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Jan 1, 2025
1 parent 4149b24 commit ba25e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_gatekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
self: merge_gatekeeper
# https://github.com/upsidr/merge-gatekeeper/issues/71#issuecomment-1660607977
ref: ${{ github.event.pull_request && github.event.pull_request.head.ref || github.ref }}
ref: ${{ github.event.pull_request && github.event.pull_request.head.sha || github.ref }}

0 comments on commit ba25e97

Please sign in to comment.