Fixed submodule error
Some checks failed
Pull Request Pipeline / lint (pull_request) Has been skipped
Pull Request Pipeline / test (pull_request) Has been skipped
Pull Request Pipeline / format (pull_request) Failing after 2m12s

This commit is contained in:
2026-01-17 19:39:11 +01:00
parent c2bf859f85
commit 78aaebcd42

View File

@@ -90,11 +90,10 @@ jobs:
dart fix --apply lib dart fix --apply lib
dart fix --apply test dart fix --apply test
# Prüfen, ob Änderungen vorhanden sind # 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.name "liquid-actions[bot]"
git config --global user.email "gitea@liquid-dev.de" git config --global user.email "gitea@liquid-dev.de"
# git checkout ${{gitea.head_ref}} git add lib test
git add .
git commit -m "Auto-format code" git commit -m "Auto-format code"
git push git push
else else