mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-07 11:29:10 +00:00
chore: attempt to fix faulty push instruction
This commit is contained in:
parent
603fd520bc
commit
63bf0bec54
1 changed files with 0 additions and 2 deletions
2
.github/workflows/action_update.yaml
vendored
2
.github/workflows/action_update.yaml
vendored
|
@ -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 }})")
|
||||
|
|
Loading…
Reference in a new issue