mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix: no need to escape
This commit is contained in:
parent
18bc3a55f5
commit
b0d7a21997
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yaml
vendored
2
.github/workflows/update.yaml
vendored
|
@ -24,6 +24,6 @@ jobs:
|
|||
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 "chore\: update lune sources")
|
||||
git diff --quiet || (git add -u && git commit -m "chore: update lune sources")
|
||||
git push
|
||||
|
||||
|
|
Loading…
Reference in a new issue