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

docs: add missing no_override to action.yml #24

Closed themightychris closed 3 years ago

themightychris commented 3 years ago

The no_override option is documented in the README.md and works, but it being missing from action.yml generates this annotation on each run:

Screen Shot 2021-01-18 at 9 57 13 PM
Vadorequest commented 3 years ago

@bobheadxi Also, I'm not sure to understand how this option works exactly.

My understanding is it won't mark existing deployments as inactive, by default. Is that correct?