Commit 058f6f9
fix(get_values): lowercase clean_branch_name outputs
Branches with uppercase characters (e.g. claude/move-mcp-server-cardRrDNj)
produced clean_branch_name / clean_branch_name_with_suffix values that
preserved case. Downstream consumers use these as Helm release names,
DNS hostnames, npm dist-tags and other identifiers that require lowercase,
so multi-staging deployments and canary npm publishes failed on such
branches (see apify/apify-core#27626).
Normalize to lowercase at the source so every consumer gets a
DNS-1123 / npm-safe slug without each call site re-implementing the fix.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent be0ad17 commit 058f6f9
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments