We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba65431 commit f437c99Copy full SHA for f437c99
.github/workflows/main.yml
@@ -31,6 +31,8 @@ jobs:
31
- name: Commit and push changes
32
if: success() # This step will only run if the previous step is successful
33
run: |
34
+ git config user.name "github-actions[bot]"
35
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
36
git add .
37
git commit -m "Sync libmpdclient to head." || echo "No changes to commit"
38
git push
0 commit comments