Skip to content

Commit 580bd8b

Browse files
authored
Update submodule-sync.yml
1 parent f361882 commit 580bd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/submodule-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
CI_TOKEN: ${{ secrets.CI_TOKEN }}
2525
PARENT_REPO: ${{ secrets.PARENT_REPO }}
26-
PARENT_BRANCH: submodule
26+
PARENT_BRANCH: main
2727
WORKFLOW_ID: 95273270
2828
run: |
2929
curl -fL --retry 3 -X POST -H "Accept: application/vnd.github.v3+json" -H "Authorization: token ${{ env.CI_TOKEN }}" https://api.github.com/repos/${{ env.PARENT_REPO }}/actions/workflows/${{ env.WORKFLOW_ID }}/dispatches -d '{"ref":"${{ env.PARENT_BRANCH }}"}'

0 commit comments

Comments
 (0)