We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6f7df commit 2bd9acbCopy full SHA for 2bd9acb
.github/workflows/publish_chart.yaml
@@ -56,7 +56,7 @@ jobs:
56
shell: bash
57
working-directory: dest
58
run: |
59
- helm repo index . --url https://raw.githubusercontent.com/comet-ml/public-test/gh-pages/
+ helm repo index . --url https://raw.githubusercontent.com/comet-ml/public-test/charts/gh-pages/
60
git config user.name "Helm Updater"
61
git config user.email "[email protected]"
62
git add $(git ls-files -o --exclude-standard)
0 commit comments