chore: Update bot push to origin master
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 16s

This commit is contained in:
Mandresy Randrianarinjaka 2025-02-06 13:44:35 +03:00
parent 5a3197fb04
commit dd3109a4a8

View File

@ -108,12 +108,6 @@ jobs:
mv "$TEMP_CHANGELOG" "$CHANGELOG_FILE" 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 - name: Commit and Push Changes
run: | run: |
git config --global user.email "gitea-actions@bot.com" git config --global user.email "gitea-actions@bot.com"