Merge pull request 'chore: Update bot push to origin master' (#14) from dev into master

Reviewed-on: #14
This commit is contained in:
fanantenana 2025-02-06 10:45:29 +00:00
commit 2a4add4936

View File

@ -108,12 +108,6 @@ jobs:
mv "$TEMP_CHANGELOG" "$CHANGELOG_FILE"
- 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 -v # Vérifier que l'URL est correcte
- name: Commit and Push Changes
run: |
git config --global user.email "gitea-actions@bot.com"