Skip to content

Commit 9d7b3eb

Browse files
authored
dispatch to multiple repos
1 parent ffeee51 commit 9d7b3eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildMain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
run: sh buildRun.sh -p ${{ matrix.tutorial }} ${{ github.event.inputs.logLevel }}
6161

6262
- name: Repository dispatch
63-
uses: peter-evans/repository-dispatch@v1
63+
uses: guilouro/multiple-repositories-dispatch@v1
6464
with:
6565
token: ${{ secrets.REPO_ACCESS_TOKEN }}
66-
repository: devonfw-tutorials/katacoda-scenarios
66+
repositories: devonfw-tutorials/wiki-tutorials|devonfw-tutorials/katacoda-scenarios
6767
event-type: dispatch-katacoda-scenarios
6868
client-payload: '{"tutorial": "${{ matrix.tutorial }}"}'

0 commit comments

Comments
 (0)