Skip to content

Commit 4f53ac6

Browse files
authored
fix: fix reference for publishing workflow (#2847)
* fix: fix missing version in workflow reference Signed-off-by: Mykhailo Kuznietsov <[email protected]> * fix: fix reference for publishing workflow Signed-off-by: Mykhailo Kuznietsov <[email protected]> --------- Signed-off-by: Mykhailo Kuznietsov <[email protected]>
1 parent f0c4069 commit 4f53ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publication-builder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
call-che-website-publish:
6969
name: "Call website publication update"
7070
needs: build
71-
uses: eclipse-che/che-website-publish/blob/main/.github/workflows/publish.yaml
71+
uses: eclipse-che/che-website-publish/.github/workflows/publish.yaml@main
7272
secrets:
7373
CHE_BOT_GITHUB_TOKEN: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)