From 1bf5d05b17322b6068b5ca9327a2c5077fe129bd Mon Sep 17 00:00:00 2001 From: Takashi Masuda Date: Thu, 24 Oct 2024 14:06:00 +0900 Subject: [PATCH] [Remove later] Check2 --- .github/workflows/license.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 3342b01b..2fd177c2 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -58,8 +58,8 @@ jobs: - name: Commit license report and push if: steps.changes.outputs.target == 'true' && github.ref_name != github.event.repository.default_branch run: | - git config user.name 'github-actions[bot]' - git config user.email 'github-actions[bot]@users.noreply.github.com' + git config user.name "$GITHUB_ACTOR" + git config user.email '${GITHUB_ACTOR}@users.noreply.github.com' git add "$LICENSE_REPORT" git commit -m "Update $LICENSE_REPORT" git push origin ${{ github.event.pull_request.head.ref }}