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 #6 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 a9254e0 + 0406c1e commit 804184e
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 @@ -15,7 +15,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: ${{inputs.github_token}}
state: ${{inputs.state}}

0 comments on commit 804184e

Please sign in to comment.