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

Commit

Permalink
Merge pull request #4 from gha-trigger/fix/use-commit-status-sha
Browse files Browse the repository at this point in the history
fix: use GHA_COMMIT_STATUS_SHA to update commit status
  • Loading branch information
suzuki-shunsuke authored Sep 4, 2022
2 parents 6a15e07 + 489b816 commit fe55c85
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 @@ -70,7 +70,7 @@ runs:
with:
repo_owner: ${{env.GHA_REPOSITORY_OWNER}}
repo_name: ${{env.MAIN_REPO_NAME}}
sha: ${{env.GHA_HEAD_SHA}}
sha: ${{env.GHA_COMMIT_STATUS_SHA}}
github_token: ${{steps.generate_token.outputs.token}}

- uses: actions/checkout@v3
Expand Down

0 comments on commit fe55c85

Please sign in to comment.