diff --git a/action.yaml b/action.yaml index c34ac42..ab821c0 100644 --- a/action.yaml +++ b/action.yaml @@ -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}}