Skip to content

Commit

Permalink
chore: fix error name
Browse files Browse the repository at this point in the history
  • Loading branch information
夏羊群 committed Dec 20, 2024
1 parent 6bc6eda commit 3dfde68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- name: Sync to shengwang
uses: AgoraIO-Extensions/actions/.github/actions/shengwang-sync@sync
with:
target-repo: 'Electron-SDK'
source-repo: 'Shengwang-Electron-SDK'
target-repo: 'Shengwang-Electron-SDK'
source-repo: 'Electron-SDK'
github-token: ${{ secrets.GH_TOKEN }}
target-branch: ${{ github.ref_name }}
github-email: ${{ secrets.GIT_EMAIL }}
Expand Down

0 comments on commit 3dfde68

Please sign in to comment.