fix: test new variable

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

@ -22,8 +22,9 @@ jobs:
run: node _build.js
- name: Commit
run: |
echo "email: ${{ vars.GH_EMAIL }}"
git add README.md
git config --local user.email "github.com+degoogle-bot@jmoore.dev"
git config --local user.email "${{ vars.GH_EMAIL }}"
git config --local user.name "Degoogle Bot"
git commit --allow-empty -m "Generated README.md"
- name: Push

Loading…
Cancel
Save