diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index b36ea9e..b2d3f86 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -109,7 +109,7 @@ jobs: - name: Verify format run: flutter analyze lib test - Update Version: + Update-Version: runs-on: ubuntu-latest steps: - name: Checkout code @@ -128,11 +128,10 @@ jobs: git fetch origin ${{ gitea.head_ref }} git checkout ${{ gitea.head_ref }} - git config --global user.name "Gitea Actions [bot]" - git config --global user.email "actions@gitea.com" + git config --global user.name "Felix Kirchner" + git config --global user.email "felix.kirchner.fk@gmail.com" git add pubspec.yaml git commit -m "Updated version number" - git push + # git push # 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 }}