Skip to content

Commit 137e362

Browse files
authored
Merge pull request #186 from nikiOstrov/patch-2
changing the multiple repo dispatch variables
2 parents 8c31142 + b044638 commit 137e362

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/buildMain.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
- name: Multiple Repositories Dispatcher
6363
uses: guilouro/multiple-repositories-dispatch@v1.0.0
6464
with:
65-
token: ${{ secrets.REPO_ACCESS_TOKEN }}
65+
repo_token: ${{ secrets.REPO_ACCESS_TOKEN }}
66+
event_type: dispatch-katacoda-scenarios
6667
repositories: |
6768
devonfw-tutorials/wiki-tutorials
6869
devonfw-tutorials/katacoda-scenarios
69-
event-type: dispatch-katacoda-scenarios
70-
client-payload: '{"tutorial": "${{ matrix.tutorial }}"}'
70+
client_payload: '{"tutorial": "${{ matrix.tutorial }}"}'

0 commit comments

Comments
 (0)