We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a1998 commit 71e01f5Copy full SHA for 71e01f5
.github/workflows/userscript.yml
@@ -31,4 +31,8 @@ jobs:
31
- name: Push to repository
32
run: |
33
echo "Pushing to repository..."
34
+ git config --global user.name "GitHub Action"
35
+ git config --global user.email "45784494+lcandy2@users.noreply.github.com“
36
+ git add Select-like-a-Boss.user.js
37
+ git commit -m "GitHub Action: Keep UserScript up-to-date"
38
git push -u origin main
0 commit comments