ci: pushing just HEAD to mirror
Some checks failed
CI Pipeline / build-and-test (push) Successful in 1m1s
CI Pipeline / check-version (push) Successful in 11s
CI Pipeline / mirror (push) Failing after 12s
CI Pipeline / publish-staging (push) Has been skipped
CI Pipeline / publish-production (push) Has been skipped

This commit is contained in:
Leandro Costa 2025-05-28 09:24:59 -03:00
parent d46ef63653
commit 522f4103bb

View file

@ -130,6 +130,6 @@ jobs:
- name: Push para o repositório espelho - name: Push para o repositório espelho
run: | run: |
git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git git remote add bitbucket https://leandro_costa:${BITBUCKET_TOKEN}@bitbucket.org/leandro_costa/lhmask.git
git push --mirror bitbucket git push bitbucket HEAD
env: env:
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }} BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}