Removed branch checkout
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 3m3s

This commit is contained in:
2026-01-17 19:35:54 +01:00
parent 8d50cf4b46
commit c2bf859f85

View File

@@ -71,7 +71,7 @@ jobs:
- name: Install Flutter (wget)
run: |
wget --quiet https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.38.2-stable.tar.xz
wget --progress=dot:giga https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.38.2-stable.tar.xz
tar xf flutter_linux_3.38.2-stable.tar.xz
# Set Git safe directory for Flutter path
git config --global --add safe.directory "$(pwd)/flutter"
@@ -93,7 +93,7 @@ jobs:
if [ -n "$(git status --porcelain)" ]; then
git config --global user.name "liquid-actions[bot]"
git config --global user.email "gitea@liquid-dev.de"
git checkout ${{gitea.head_ref}}
# git checkout ${{gitea.head_ref}}
git add .
git commit -m "Auto-format code"
git push