Skip to content

Commit

Permalink
fix: fix reference for publishing workflow (#2847)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
mkuznyetsov authored Jan 9, 2025
1 parent f0c4069 commit 4f53ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publication-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
call-che-website-publish:
name: "Call website publication update"
needs: build
uses: eclipse-che/che-website-publish/blob/main/.github/workflows/publish.yaml
uses: eclipse-che/che-website-publish/.github/workflows/publish.yaml@main
secrets:
CHE_BOT_GITHUB_TOKEN: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}

0 comments on commit 4f53ac6

Please sign in to comment.