We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ed29fc + aead8bd commit 0ca0850Copy full SHA for 0ca0850
1 file changed
.github/workflows/template-init.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Rename chart folder to match repo name
18
run: |
19
REPO_NAME=$(basename "${GITHUB_REPOSITORY}")
20
- TEMPLATE_PATH="charts/chart-template"
+ TEMPLATE_PATH="charts/helm-chart-template"
21
22
if [ -d "$TEMPLATE_PATH" ]; then
23
mv "$TEMPLATE_PATH" "charts/$REPO_NAME"
@@ -75,4 +75,4 @@ jobs:
75
76
git add .github/workflows/template-init.yaml
77
git commit -m "Remove template-init workflow after initialization" || echo "Nothing to commit"
78
- git push
+ git push
0 commit comments