Skip to content

Commit

Permalink
Configure git user name and email
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancooley committed Apr 28, 2024
1 parent b295d9b commit 13602bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Configure Git
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 13602bf

Please sign in to comment.