CircleCI-Public / heroku-orb

Easily install and use the Heroku CLI with CircleCI to build, test, and deploy your applications to Heroku.
https://circleci.com/orbs/registry/orb/circleci/heroku
MIT License
6 stars 20 forks source link

Fix bug when branch name is provided #17

Closed iax7 closed 4 years ago

iax7 commented 4 years ago

Current implementation uses wrong string validation option causing an error when a branch name is provided.

image

gmemstr commented 4 years ago

Resolved by #16