Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Moore authored Oct 19, 2023
1 parent 7f68841 commit 71e2cb9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 71e2cb9

Please sign in to comment.