Skip to content

Commit 234b65c

Browse files
authored
changed dispatch action version to 1.0.0
Multiple repositories dispatch is not working Error Message --> Error: Unable to resolve action `guilouro/multiple-repositories-dispatch@v1`, unable to find version `v1` probably because the version is currently v1 and not v1.0.0
1 parent 1bee4ad commit 234b65c

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
@@ -59,8 +59,8 @@ jobs:
5959
- name: run buildRun.sh ${{ github.event.inputs.logLevel }}
6060
run: sh buildRun.sh -p ${{ matrix.tutorial }} ${{ github.event.inputs.logLevel }}
6161

62-
- name: Repository dispatch
63-
uses: guilouro/multiple-repositories-dispatch@v1
62+
- name: Multiple Repositories Dispatcher
63+
uses: guilouro/multiple-repositories-dispatch@v1.0.0
6464
with:
6565
token: ${{ secrets.REPO_ACCESS_TOKEN }}
6666
repositories: |

0 commit comments

Comments
 (0)