Merge pull request 'chore: Fix url remote' (#12) from dev into master

Reviewed-on: #12
This commit is contained in:
fanantenana 2025-02-05 07:58:29 +00:00
commit 0213625cbe

View File

@ -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