We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f361882 commit 580bd8bCopy full SHA for 580bd8b
.github/workflows/submodule-sync.yml
@@ -23,7 +23,7 @@ jobs:
23
env:
24
CI_TOKEN: ${{ secrets.CI_TOKEN }}
25
PARENT_REPO: ${{ secrets.PARENT_REPO }}
26
- PARENT_BRANCH: submodule
+ PARENT_BRANCH: main
27
WORKFLOW_ID: 95273270
28
run: |
29
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