We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffeee51 commit 9d7b3ebCopy full SHA for 9d7b3eb
1 file changed
.github/workflows/buildMain.yml
@@ -60,9 +60,9 @@ jobs:
60
run: sh buildRun.sh -p ${{ matrix.tutorial }} ${{ github.event.inputs.logLevel }}
61
62
- name: Repository dispatch
63
- uses: peter-evans/repository-dispatch@v1
+ uses: guilouro/multiple-repositories-dispatch@v1
64
with:
65
token: ${{ secrets.REPO_ACCESS_TOKEN }}
66
- repository: devonfw-tutorials/katacoda-scenarios
+ repositories: devonfw-tutorials/wiki-tutorials|devonfw-tutorials/katacoda-scenarios
67
event-type: dispatch-katacoda-scenarios
68
client-payload: '{"tutorial": "${{ matrix.tutorial }}"}'
0 commit comments