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 #12 from gha-trigger/fix/fix-repo-name
Browse files Browse the repository at this point in the history
fix: fix repo_name
  • Loading branch information
suzuki-shunsuke authored Sep 13, 2022
2 parents b1662b1 + 4ec24dc commit b44f238
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 @@ -71,7 +71,7 @@ runs:
if: env.GHA_COMMIT_STATUS_SHA
with:
repo_owner: ${{env.GHA_REPOSITORY_OWNER}}
repo_name: ${{env.MAIN_REPO_NAME}}
repo_name: ${{env.GHA_REPOSITORY_NAME}}
sha: ${{env.GHA_COMMIT_STATUS_SHA}}
github_token: ${{steps.generate_token.outputs.token}}

Expand Down

0 comments on commit b44f238

Please sign in to comment.