fix(ci): use sh shell
Some checks failed
Run Helm tests / Execute helm lint (push) Successful in 8s
Run Helm tests / Execute helm template (push) Successful in 17s
Run Helm tests / Execute helm unittest (push) Successful in 24s
Markdown linter / Execute npm run readme:lint (push) Successful in 7s
Markdown linter / Execute npm run readme:parameters (push) Successful in 8s
Markdown linter / Execute npm run readme:link (push) Successful in 36s
Update changelog / changelog (push) Failing after 5s

This commit is contained in:
2025-10-01 22:07:59 +02:00
parent 90b52816c1
commit f167a6622c

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
DEFAULT_GITEA_SERVER_URL="${GITHUB_SERVER_URL:-"https://gitea.com"}"
DEFAULT_GITEA_REPOSITORY="${GITHUB_REPOSITORY:-"gitea/helm-gitea"}"