Fixed submodule error
This commit is contained in:
@@ -90,11 +90,10 @@ jobs:
|
||||
dart fix --apply lib
|
||||
dart fix --apply test
|
||||
# Prüfen, ob Änderungen vorhanden sind
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
if [ -n "$(git status --porcelain lib test)" ]; then
|
||||
git config --global user.name "liquid-actions[bot]"
|
||||
git config --global user.email "gitea@liquid-dev.de"
|
||||
# git checkout ${{gitea.head_ref}}
|
||||
git add .
|
||||
git add lib test
|
||||
git commit -m "Auto-format code"
|
||||
git push
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user