Skip to content

Commit

Permalink
fix: fix missing version in workflow reference
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov committed Jan 8, 2025
1 parent f0c4069 commit c6b9ad5
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/blob/main/.github/workflows/publish.yaml@main
secrets:
CHE_BOT_GITHUB_TOKEN: ${{ secrets.CHE_BOT_GITHUB_TOKEN }}

0 comments on commit c6b9ad5

Please sign in to comment.