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

Commit

Permalink
fix: fix repo_name
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Sep 13, 2022
1 parent b1662b1 commit 4ec24dc
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 4ec24dc

Please sign in to comment.