From c8d9cd4d23310524f027a7166fdc8d5156ebd7d2 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 30 Sep 2023 17:48:27 +0530 Subject: [PATCH] chore(setup-lune_update): stage all files first --- .github/workflows/action_update.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action_update.yaml b/.github/workflows/action_update.yaml index 2fe3ce7..80ff65d 100644 --- a/.github/workflows/action_update.yaml +++ b/.github/workflows/action_update.yaml @@ -24,6 +24,7 @@ jobs: - name: Push changes run: |- + git add -A git diff git config --global user.email "hi@devcomp.xyz" git config --global user.name "CI"