From 2aabba68d4e47200699b5ca56b5ed5cad073b6de Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 9 Apr 2025 14:43:30 -0400 Subject: [PATCH] [no ci] Update pushwiki.yml --- .github/workflows/pushwiki.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pushwiki.yml b/.github/workflows/pushwiki.yml index e95250a1..9f0c10c4 100644 --- a/.github/workflows/pushwiki.yml +++ b/.github/workflows/pushwiki.yml @@ -23,14 +23,14 @@ jobs: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - - name: Overwrite all wiki files from main git to wiki git + - name: Overwrite all Wiki repo files with /wiki from main git run: | # remove all wiki repo files so deletes work rm -fv GAM.wiki/*.md # copy all files from main GAM repo wiki folder cp -fv GAM/wiki/*.md GAM.wiki/ - - name: Commit wiki changes + - name: Commit Wiki changes run: | cd GAM.wiki git config --local user.email "action@github.com" @@ -38,4 +38,4 @@ jobs: git add *.md git commit -m "[no ci] Push Wiki changes" git status - # git push + git push