another attempt

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

@ -21,10 +21,12 @@ jobs:
- name: Commit & Push
run: |
git add README.md
git config --local user.email "${{ vars.GH_EMAIL }}"
git config --local user.name "Degoogle Bot"
git config --local user.email github-actions@github.com
git config --local user.name github-actions
git commit --allow-empty -m "Generated README.md"
git push --force
# git config --local user.email "${{ vars.GH_EMAIL }}"
# git config --local user.name "Degoogle Bot"
# - name: Push
# uses: ad-m/github-push-action@master
# with:

Loading…
Cancel
Save