Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coding4Hours authored Jul 8, 2024
1 parent e2b689d commit 6d4c6b5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ jobs:
- name: Commit and push if changed
run: |
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
git add README.md
git diff --quiet && git diff --staged --quiet || (git commit -m "Update game board"; git push)
git config user.name 'github-actions[bot]'
git config user.email '[email protected]'
git commit -am "bot: update README.md automatically" || echo "No changes to commit"
git push "https://x-access-token:${{secrets.GODMODE}}@github.com/${{ github.repository }}.git"
- name: Close issue
uses: peter-evans/close-issue@v2
with:
Expand Down

0 comments on commit 6d4c6b5

Please sign in to comment.