From 120f6d1e277b78eef789fa51a866b6582e2292fe Mon Sep 17 00:00:00 2001 From: wyatt Date: Sun, 5 Nov 2023 20:20:05 -0800 Subject: [PATCH] forgot `git add .` --- .github/workflows/test-all-patches-action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-all-patches-action.yml b/.github/workflows/test-all-patches-action.yml index 678fe7b..ad9d23e 100644 --- a/.github/workflows/test-all-patches-action.yml +++ b/.github/workflows/test-all-patches-action.yml @@ -29,4 +29,5 @@ jobs: - name: Push Changes to Wiki run: | cd ./wiki-dir + git add . git push