chore: attempt to fix faulty push instruction

This commit is contained in:
Erica Marigold 2024-01-05 15:07:10 +05:30 committed by GitHub
parent 603fd520bc
commit 63bf0bec54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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