fix: no need to escape

This commit is contained in:
Erica Marigold 2023-07-30 12:20:58 +05:30 committed by GitHub
parent 18bc3a55f5
commit b0d7a21997
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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