We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8a33a commit d341d4dCopy full SHA for d341d4d
.github/workflows/git-pr-status-checks.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
13
with:
14
HELM_REPO_NAME: 'building-blocks'
15
- HELM_REPO_URL: 'https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/gh-pages/'
+ HELM_REPO_URL: 'https://raw.githubusercontent.com/openmcp-project/blueprint-building-blocks/refs/heads/gh-pages/'
16
BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'
17
secrets:
18
HELM_REPO_USERNAME: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments