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 }})")