Skip to content

Commit

Permalink
chore: optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Dec 11, 2024
1 parent 80ff469 commit 66adf0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
- name: Generate code and comment by terra
uses: AgoraIO-Extensions/actions/.github/actions/shengwang@sync
with:
target_repo: '[email protected]:AgoraIO-Extensions/react-native-shengwang.git'
target_branch: ${{ github.ref_name }}
target-repo: '[email protected]:AgoraIO-Extensions/react-native-shengwang.git'
target-branch: ${{ github.ref_name }}
github-email: ${{ secrets.GIT_EMAIL }}
github-username: ${{ secrets.GIT_USERNAME }}
pre-command: |
sh scripts/publishCN/rewrite.sh

0 comments on commit 66adf0e

Please sign in to comment.