Skip to content

Commit 359495e

Browse files
committed
fix: Fix reusable workflow error
1 parent c17fda2 commit 359495e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/mr-ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,12 @@ jobs:
7373
echo "::set-output name=TAG_NAME::${TAG_NAME}"
7474
7575
Sync-Code-to-Office:
76-
uses: tapdata/tapdata-application/.github/workflows/sync-code-to-office.yaml@main
7776
needs: Get-Stable-Branch
77+
uses: tapdata/tapdata-application/.github/workflows/universal-mirror-sync.yaml@main
7878
secrets: inherit
7979
with:
80-
tapdata-connectors: ${{ needs.Get-Current-Branch.outputs.branch }}
80+
source-repo: "git@github.com:tapdata/tapdata-enterprise.git"
81+
destination-repo: "git@gitee.com:tapdata_1/tapdata-enterprise.git"
8182

8283
Scan-Connectors:
8384
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)