bobheadxi / deployments

🔖 GitHub Action for working painlessly with deployment statuses
https://github.com/marketplace/actions/github-deployments
MIT License
385 stars 64 forks source link

make env_url optional #11

Closed stevie- closed 4 years ago

stevie- commented 4 years ago

I don't need to set an env_url and deployment api doesn't require to have environment_url to be set.

In the example, env_url is also not set. https://github.com/bobheadxi/deployments/blob/master/README.md#L182-186

Please make env_url optional. https://github.com/bobheadxi/deployments/blob/master/src/main.ts#L66

Thanks.

bobheadxi commented 4 years ago

Good catch, thanks! It is now optional in v0.4.1