diff --git a/action.yaml b/action.yaml index 63a4a86..bbd9b5f 100644 --- a/action.yaml +++ b/action.yaml @@ -16,8 +16,8 @@ runs: steps: - id: configure_git run: | - 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" shell: bash - name: Get current date