chore: Fix format
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 15s

This commit is contained in:
Mandresy Randrianarinjaka 2025-02-05 11:00:29 +03:00
parent e1b3e2470d
commit 5a3197fb04

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