Workflows um Format Stage erweitern #175
@@ -124,14 +124,11 @@ jobs:
|
|||||||
path: './pubspec.yaml'
|
path: './pubspec.yaml'
|
||||||
|
|
||||||
- name: Commit version update
|
- name: Commit version update
|
||||||
|
env:
|
||||||
|
GITEA_TOKEN: ${{ secrets.BOT_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
git fetch origin ${{ gitea.head_ref }}
|
|
||||||
git checkout ${{ gitea.head_ref }}
|
|
||||||
|
|
||||||
git config --global user.name "Felix Kirchner"
|
git config --global user.name "Felix Kirchner"
|
||||||
git config --global user.email "felix.kirchner.fk@gmail.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 https://flixcoo:${{ secrets.BOT_TOKEN }}@git.yannick-weigert.de/liquid-development/game-tracker.git HEAD:${{ gitea.head_ref }}
|
||||||
# git push --force
|
|
||||||
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