fix: cleanup (finally worked)

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

@ -23,18 +23,10 @@ jobs:
- name: Commit & Push
run: |
git add README.md
git config --local user.email github.com@jmoore.dev
git config --local user.name "Josh Moore"
git config --local user.name "${{ vars.GH_NAME }}"
git config --local user.email "${{ vars.GH_EMAIL }}"
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:
# github_token: ${{ secrets.GH_PAT }}
# repository: tycrek/Degoogle
# force_with_lease: true
git push --force-with-lease
- name: Publish Reddit Wiki
run: node _wiki.js
env:

Loading…
Cancel
Save