Skip to content

Commit

Permalink
Update GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
lcandy2 committed Jul 20, 2023
1 parent 80a1998 commit 71e01f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/userscript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ jobs:
- name: Push to repository
run: |
echo "Pushing to repository..."
git config --global user.name "GitHub Action"
git config --global user.email "[email protected]
git add Select-like-a-Boss.user.js
git commit -m "GitHub Action: Keep UserScript up-to-date"
git push -u origin main

0 comments on commit 71e01f5

Please sign in to comment.