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

env input is throwing a warning even though is documented as supported #20

Closed gugaiz closed 4 years ago

gugaiz commented 4 years ago

I set the env: input, but I got ##[warning]Unexpected input(s) 'env', valid inputs are ['token', 'step', 'auto_inactive', 'logs', 'desc', 'ref']. On the readme there is an example with using that input.

The same happens for status and development_id throwing ##[warning]Unexpected input(s) 'status', 'deployment_id', valid inputs are ['token', 'step', 'auto_inactive', 'logs', 'desc', 'ref']

bobheadxi commented 4 years ago

this is a duplicate of https://github.com/bobheadxi/deployments/issues/14 :)