We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71e01f5 commit ff7c43cCopy full SHA for ff7c43c
.github/workflows/userscript.yml
@@ -32,7 +32,7 @@ jobs:
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“
+ 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