Tried PAT
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 4s

This commit is contained in:
2026-01-18 13:13:16 +01:00
parent 22de4264ed
commit 00a9b3f2ca

View File

@@ -109,7 +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
@@ -128,11 +128,10 @@ jobs:
git fetch origin ${{ gitea.head_ref }} git fetch origin ${{ gitea.head_ref }}
git checkout ${{ gitea.head_ref }} git checkout ${{ gitea.head_ref }}
git config --global user.name "Gitea Actions [bot]" git config --global user.name "Felix Kirchner"
git config --global user.email "actions@gitea.com" git config --global user.email "felix.kirchner.fk@gmail.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 }} git push https://oauth2:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }}