Skip to content

Commit

Permalink
chore: set git user as github-actions[bot] (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
parkedwards authored Feb 20, 2024
1 parent b38bfb7 commit 4680f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4680f97

Please sign in to comment.