chore: Update bot push to origin master #14

Merged
fanantenana merged 1 commits from dev into master 2025-02-06 10:45:32 +00:00

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"