From 63bf0bec547be260ee05603fe6dfc4491de3cb87 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 5 Jan 2024 15:07:10 +0530 Subject: [PATCH] chore: attempt to fix faulty push instruction --- .github/workflows/action_update.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/action_update.yaml b/.github/workflows/action_update.yaml index 80ff65d..364b1c7 100644 --- a/.github/workflows/action_update.yaml +++ b/.github/workflows/action_update.yaml @@ -24,8 +24,6 @@ jobs: - name: Push changes run: |- - git add -A - git diff git config --global user.email "hi@devcomp.xyz" git config --global user.name "CI" git diff --quiet || (git add -u && git commit -m "sync: CompeyDev/lune-packaging (${{ github.sha }})")