neondatabase / create-branch-action

GitHub Action to create a new Neon branch
30 stars 6 forks source link

Failed silently with wrong branch name #23

Closed NikitaSemenovAiforia closed 1 year ago

NikitaSemenovAiforia commented 1 year ago

Steps to reproduce

branch_name: br-feature/some-new-fancy-feature

Or ${{env.GITHUB_REF_NAME}} with a branch named with "/". Which is a common naming pattern.

Expected result

Branch with name br-feature-some-new-fancy-feature. Where "/" is replaced with "-". Or at least an error.

Actual result

None