From d65336d0d865452da7b0c9ee13f8fdb67c3db4c5 Mon Sep 17 00:00:00 2001 From: wyatt Date: Sun, 5 Nov 2023 20:12:04 -0800 Subject: [PATCH] fix git diff syntax --- .github/workflows/test-all-patches-action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-all-patches-action.yml b/.github/workflows/test-all-patches-action.yml index 7bfd841..260d694 100644 --- a/.github/workflows/test-all-patches-action.yml +++ b/.github/workflows/test-all-patches-action.yml @@ -22,4 +22,6 @@ jobs: run: ./src-dir/.github/workflows/testPatches.sh ./src-dir ./wiki-dir - name: See wiki diff - run: git diff main ./wiki-dir + run: | + cd ./wiki-dir + git diff