Skip to content

Commit

Permalink
set user for commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Jan 23, 2024
1 parent 7a31163 commit 21c9c4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ jobs:
permissions:
contents: write
runs-on: ubuntu-latest
env:
GIT_AUTHOR_NAME: github-actions[bot]
GIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
GIT_COMMITTER_NAME: github-actions[bot]
GIT_COMMITTER_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 21c9c4a

Please sign in to comment.