Skip to content

Commit 71e01f5

Browse files
committed
Update GitHub Action
1 parent 80a1998 commit 71e01f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/userscript.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ jobs:
3131
- name: Push to repository
3232
run: |
3333
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"
3438
git push -u origin main

0 commit comments

Comments
 (0)