From 00ac60643646248dbb500222ac7ddc177bc29a6c Mon Sep 17 00:00:00 2001 From: Afsal K Date: Tue, 24 Sep 2024 16:09:41 +0530 Subject: [PATCH] fix: commit step --- .github/workflows/update-example-gallery.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-example-gallery.yml b/.github/workflows/update-example-gallery.yml index 89339c02b9..a0e4128656 100644 --- a/.github/workflows/update-example-gallery.yml +++ b/.github/workflows/update-example-gallery.yml @@ -45,6 +45,7 @@ jobs: - name: Commit the changes if: failure() && steps.up_to_date.outcome == 'failure' id: commit + working-directory: ./ run: | git add . git commit -m "chore: update example gallery"