feat: mirror to bitbucket #4

Merged
leandro merged 7 commits from development into master 2025-05-28 15:38:56 +00:00
Showing only changes of commit e41f6d9eb6 - Show all commits

View file

@ -126,6 +126,8 @@ jobs:
- name: Checkout código
uses: actions/checkout@v4
with:
fetch-depth: 0 # ✅ clone completo
- name: Push para o repositório espelho
run: |