fix: use my own account

pull/516/head
Josh Moore 8 months ago committed by GitHub
parent 8ec4af2abd
commit ce53571aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,8 +21,8 @@ jobs:
- name: Commit & Push
run: |
git add README.md
git config --local user.email github-actions@github.com
git config --local user.name github-actions
git config --local user.email github.com@jmoore.dev
git config --local user.name "Josh Moore"
git commit --allow-empty -m "Generated README.md"
git push --force
# git config --local user.email "${{ vars.GH_EMAIL }}"

Loading…
Cancel
Save