Updated name
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) Has been skipped
Pull Request Pipeline / update version (pull_request) Failing after 5s

This commit is contained in:
2026-01-17 20:35:10 +01:00
parent 7b83e60cb0
commit 8e2b3a6381

View File

@@ -102,7 +102,6 @@ jobs:
git add lib test git add lib test
git commit -m "Auto-format code" git commit -m "Auto-format code"
git push git push
# Alt: git push https://oauth2:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }}
else else
echo "No changes to commit" echo "No changes to commit"
fi fi
@@ -110,8 +109,7 @@ jobs:
- name: Verify format - name: Verify format
run: flutter analyze lib test run: flutter analyze lib test
update version:
update-version:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
@@ -134,7 +132,7 @@ jobs:
git config --global user.email "actions@gitea.com" git config --global user.email "actions@gitea.com"
git add pubspec.yaml git add pubspec.yaml
git commit -m "Updated version number" git commit -m "Updated version number"
# git push git push
git push --force # git push --force
# https://oauth2:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }} # https://oauth2:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }}