Skip to content

Commit d341d4d

Browse files
committed
Fixing workflow call
1 parent ec8a33a commit d341d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/git-pr-status-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
1313
with:
1414
HELM_REPO_NAME: 'building-blocks'
15-
HELM_REPO_URL: 'https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/'
15+
HELM_REPO_URL: 'https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/refs/heads/gh-pages/'
1616
BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'
1717
secrets:
1818
HELM_REPO_USERNAME: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)