Skip to content

Commit f437c99

Browse files
authored
Update main.yml
1 parent ba65431 commit f437c99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- name: Commit and push changes
3232
if: success() # This step will only run if the previous step is successful
3333
run: |
34+
git config user.name "github-actions[bot]"
35+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3436
git add .
3537
git commit -m "Sync libmpdclient to head." || echo "No changes to commit"
3638
git push

0 commit comments

Comments
 (0)