From ebf0b84bfdbdc19efd1666eb64873e2d398e126d Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Tue, 22 Oct 2024 15:52:17 +0900 Subject: [PATCH] f --- .github/workflows/license.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 29935968..cd9aa8da 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -58,6 +58,6 @@ jobs: git config user.email 'github-actions[bot]@users.noreply.github.com' git add "$LICENSE_REPORT" git commit -m "Update $LICENSE_REPORT" - git push origin ${{ github.ref_name }} + git push origin ${{ github.event.pull_request.head.ref }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}