diff --git a/.gitea/workflows/versioning.yml b/.gitea/workflows/versioning.yml index 1af8d54..ca7c71b 100644 --- a/.gitea/workflows/versioning.yml +++ b/.gitea/workflows/versioning.yml @@ -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