Skip to content

Commit 4752efe

Browse files
committed
fix repo-dispatch action path in docker-publish workflow
1 parent fda8a40 commit 4752efe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# This makes most sense for pushes to the master branch, before the actual release takes place.
4040
# Nevertheless, it does provide extra verification for the release case as well.
4141
needs: publish
42-
uses: FAIRDataTeam/github-workflows/.github/actions/repo-dispatch@v3
42+
uses: FAIRDataTeam/github-workflows/.github/actions/repo-dispatch/action.yml@v3
4343
secrets: inherit
4444
with:
4545
secret-token: ${{ secrets.FDP_E2E_REPO_DISPATCH_TOKEN }}

0 commit comments

Comments
 (0)