From 0406c1ee28e751627b12644b1eea757d3775d90e Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 13 Sep 2022 23:20:46 +0900 Subject: [PATCH] fix: fix repo_name --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}