From d997e037f686ef2d65def404533df69975f97555 Mon Sep 17 00:00:00 2001 From: wyatt Date: Sun, 5 Nov 2023 20:15:12 -0800 Subject: [PATCH] push changes to wiki within action --- .github/workflows/test-all-patches-action.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-all-patches-action.yml b/.github/workflows/test-all-patches-action.yml index 260d694..4534400 100644 --- a/.github/workflows/test-all-patches-action.yml +++ b/.github/workflows/test-all-patches-action.yml @@ -7,7 +7,7 @@ jobs: start-action: runs-on: ubuntu-latest steps: - - name: Check out main + - name: Check out Main uses: actions/checkout@v4 with: path: src-dir @@ -21,7 +21,11 @@ jobs: - name: Run Tests run: ./src-dir/.github/workflows/testPatches.sh ./src-dir ./wiki-dir - - name: See wiki diff - run: | - cd ./wiki-dir - git diff + - name: Change to Wiki Directory + run: cd ./wiki-dir + + - name: See Wiki Changes + run: git diff + + - name: Push Changes to Wiki + run: git push