Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
fix: fix GHA_SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Sep 21, 2022
1 parent 2f005bf commit 0f4ed0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
GHA_HEAD_REF=${{fromJSON(inputs.data).event.pull_request.head.ref}}
GHA_REF=refs/pull/${{fromJSON(inputs.data).event.pull_request.number}}/merge
GHA_REF_NAME=${{fromJSON(inputs.data).event.pull_request.number}}/merge
GHA_SHA=${{fromJSON(inputs.data).pull_request.merge_commit_sha}}
GHA_SHA=${{fromJSON(inputs.data).event.pull_request.merge_commit_sha}}
GHA_PULL_REQUEST_NUMBER=${{fromJSON(inputs.data).event.pull_request.number}}
EOS
if: startsWith(env.GHA_EVENT_NAME, 'pull_request')
Expand Down

0 comments on commit 0f4ed0f

Please sign in to comment.