Skip to content

fix: preserve full branch name instead of sanitizing slashes#6

Merged
prayujt merged 2 commits into
mainfrom
fix/branch-name-consistency
May 4, 2026
Merged

fix: preserve full branch name instead of sanitizing slashes#6
prayujt merged 2 commits into
mainfrom
fix/branch-name-consistency

Conversation

@prayujt
Copy link
Copy Markdown
Contributor

@prayujt prayujt commented May 4, 2026

The entrypoint was transforming branch names like feat/redesign into feat-redesign (lowercasing, replacing / with -, stripping special chars). This caused a mismatch with the nimbus CLI which sends the raw git branch name as-is. Both should send the full branch name to keep deployments consistent.

prayujt added 2 commits May 4, 2026 03:49
The entrypoint was transforming branch names like feat/redesign into
feat-redesign (lowercasing, replacing / with -, stripping special chars).
This caused a mismatch with the nimbus CLI which sends the raw git
branch name as-is. Both should send the full branch name to keep
deployments consistent.
@prayujt prayujt merged commit 2db5e3f into main May 4, 2026
1 check passed
@prayujt prayujt deleted the fix/branch-name-consistency branch May 4, 2026 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant