Update pushwiki.yml

This commit is contained in:
Jay Lee
2025-04-09 14:18:16 -04:00
committed by GitHub
parent a074fef5e6
commit d5ecf97464

View File

@@ -30,6 +30,8 @@ jobs:
- name: Commit wiki changes
run: |
cd GAM.wiki
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add *.md
git commit -m "[no ci] Push Wiki changes"
git status