Merge pull request 'chore: Fix format' (#13) from dev into master
Reviewed-on: #13
This commit is contained in:
commit
ee9f6f05e8
@ -111,7 +111,7 @@ jobs:
|
||||
- name: Set remote URL
|
||||
run: |
|
||||
git remote remove origin
|
||||
git remote add origin "https://${{ secrets.GITEAACCESSTOKEN }}@${{ secrets.GITEAURL#https:// }}/mobiles/flutter-mobile.git"
|
||||
git remote add origin https://${{ secrets.GITEAACCESSTOKEN }}@${{ secrets.GITEAURL#https:// }}/mobiles/flutter-mobile.git
|
||||
git remote -v # Vérifier que l'URL est correcte
|
||||
|
||||
- name: Commit and Push Changes
|
||||
|
Loading…
x
Reference in New Issue
Block a user