Tried PAT
Some checks failed
Some checks failed
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user