We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1bee4ad + 234b65c commit 8c31142Copy full SHA for 8c31142
1 file changed
.github/workflows/buildMain.yml
@@ -59,8 +59,8 @@ jobs:
59
- name: run buildRun.sh ${{ github.event.inputs.logLevel }}
60
run: sh buildRun.sh -p ${{ matrix.tutorial }} ${{ github.event.inputs.logLevel }}
61
62
- - name: Repository dispatch
63
- uses: guilouro/multiple-repositories-dispatch@v1
+ - name: Multiple Repositories Dispatcher
+ uses: guilouro/multiple-repositories-dispatch@v1.0.0
64
with:
65
token: ${{ secrets.REPO_ACCESS_TOKEN }}
66
repositories: |
0 commit comments