Skip to content

manual cherry-pick of #6343 (#6346) #8372

manual cherry-pick of #6343 (#6346)

manual cherry-pick of #6343 (#6346) #8372

Workflow file for this run

name: GIT SYNC
on: [ push, delete ]
jobs:
build:
if: github.repository == 'erda-project/erda'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: unshallow
run: git fetch --unshallow origin
- name: add remote
run: git remote add mirror https://${{ secrets.ERDA_CLOUD_MIRROR_GIT_USERNAME }}:${{ secrets.ERDA_CLOUD_MIRROR_GIT_PASSWORD }}@erda.cloud/erda/dop/erda-project/erda
- name: push
run: git push --tags --force --prune mirror "refs/remotes/origin/*:refs/heads/*"