From 064094dddd8bc42af508684f8dfb13532511f83f Mon Sep 17 00:00:00 2001 From: wyatt Date: Sun, 5 Nov 2023 20:18:21 -0800 Subject: [PATCH] removed cd name --- .github/workflows/test-all-patches-action.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-all-patches-action.yml b/.github/workflows/test-all-patches-action.yml index 4534400..678fe7b 100644 --- a/.github/workflows/test-all-patches-action.yml +++ b/.github/workflows/test-all-patches-action.yml @@ -21,11 +21,12 @@ jobs: - name: Run Tests run: ./src-dir/.github/workflows/testPatches.sh ./src-dir ./wiki-dir - - name: Change to Wiki Directory - run: cd ./wiki-dir - - name: See Wiki Changes - run: git diff + run: | + cd ./wiki-dir + git diff - name: Push Changes to Wiki - run: git push + run: | + cd ./wiki-dir + git push