We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17fda2 commit 359495eCopy full SHA for 359495e
.github/workflows/mr-ci.yaml
@@ -73,11 +73,12 @@ jobs:
73
echo "::set-output name=TAG_NAME::${TAG_NAME}"
74
75
Sync-Code-to-Office:
76
- uses: tapdata/tapdata-application/.github/workflows/sync-code-to-office.yaml@main
77
needs: Get-Stable-Branch
+ uses: tapdata/tapdata-application/.github/workflows/universal-mirror-sync.yaml@main
78
secrets: inherit
79
with:
80
- tapdata-connectors: ${{ needs.Get-Current-Branch.outputs.branch }}
+ source-repo: "git@github.com:tapdata/tapdata-enterprise.git"
81
+ destination-repo: "git@gitee.com:tapdata_1/tapdata-enterprise.git"
82
83
Scan-Connectors:
84
runs-on: ubuntu-latest
0 commit comments