Skip to content

Commit

Permalink
Update update-gs-wikis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xi-Plus committed Jun 16, 2024
1 parent 17e5f08 commit 81e5c8d
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/update-gs-wikis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,19 @@ jobs:
update:
name: Update
runs-on: ubuntu-latest
timeout-minutes: 3

permissions:
security-events: write

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run script
run: python3 scripts/updateGSWikis.py

- name: Commit files
run: |
git add morebits.js
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git diff-index --quiet HEAD -- || git commit -m "Update nonGSWikis"
git push
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update nonGSWikis

0 comments on commit 81e5c8d

Please sign in to comment.