feat: mirror to bitbucket #4
1 changed files with 1 additions and 1 deletions
|
@ -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 bitbucket HEAD
|
git push --force bitbucket HEAD
|
||||||
env:
|
env:
|
||||||
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
|
BITBUCKET_TOKEN: ${{ secrets.BITBUCKET_TOKEN }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue