Skip to content

Commit d1e178d

Browse files
Fix
1 parent 906995f commit d1e178d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/github-sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- main
77
- develop
88
- "release/*"
9+
- "opensource/*"
910
tags:
1011
- "*"
1112
workflow_dispatch:
@@ -19,7 +20,7 @@ jobs:
1920
fetch-depth: 0 # Fetch all history for all branches and tags
2021
- run: |
2122
set -e
22-
git remote add github https://${{ secrets.OSS_GITHUB_NAME }}:${{ secrets.OSS_GITHUB_TOKEN }}@github.com/wasm-ecosystem/warpo.git
23+
git remote add github https://${{ secrets.OSS_GITHUB_NAME }}:${{ secrets.OSS_GITHUB_TOKEN }}@github.com/Changqing-JING/wasm-compiler.git
2324
2425
# Push the current branch/tag
2526
if [[ $GITHUB_REF == refs/heads/* ]]; then

0 commit comments

Comments
 (0)