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: add missing $ to deploy via git app_name env #48

Open NivardoX opened 1 year ago

NivardoX commented 1 year ago

Seems like a small issue was introduced in #42. This should fix #45

dinjas commented 1 year ago

Do you think that HEROKU_API_KEY on line 29 needs the same change?

dinjas commented 1 year ago

Actually - nm. I see that one has type: env_var_name, whereas the one changed here (HEROKU_APP_NAME) has type: string.