We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906995f commit d1e178dCopy full SHA for d1e178d
.github/workflows/github-sync.yml
@@ -6,6 +6,7 @@ on:
6
- main
7
- develop
8
- "release/*"
9
+ - "opensource/*"
10
tags:
11
- "*"
12
workflow_dispatch:
@@ -19,7 +20,7 @@ jobs:
19
20
fetch-depth: 0 # Fetch all history for all branches and tags
21
- run: |
22
set -e
- 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
24
25
# Push the current branch/tag
26
if [[ $GITHUB_REF == refs/heads/* ]]; then
0 commit comments