diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index ca0c8bcd..2e62f5f1 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -19,8 +19,8 @@ jobs: - name: Commit HTML report and push run: | git remote set-url origin "https://github-actions:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}" - git config user.name "$GITHUB_ACTOR" - git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" + git config user.name 'github-actions[bot]' + git config user.email 'github-actions[bot]@users.noreply.github.com' git add "$HTML_REPORT" git commit -m "Update $HTML_REPORT" git push origin HEAD:${{ github.ref_name }}