Skip to content

Commit 0ca0850

Browse files
committed
2 parents 1ed29fc + aead8bd commit 0ca0850

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/template-init.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Rename chart folder to match repo name
1818
run: |
1919
REPO_NAME=$(basename "${GITHUB_REPOSITORY}")
20-
TEMPLATE_PATH="charts/chart-template"
20+
TEMPLATE_PATH="charts/helm-chart-template"
2121
2222
if [ -d "$TEMPLATE_PATH" ]; then
2323
mv "$TEMPLATE_PATH" "charts/$REPO_NAME"
@@ -75,4 +75,4 @@ jobs:
7575
7676
git add .github/workflows/template-init.yaml
7777
git commit -m "Remove template-init workflow after initialization" || echo "Nothing to commit"
78-
git push
78+
git push

0 commit comments

Comments
 (0)