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

Add `deployment_id` input to the `start` step #7

Closed AllexVeldman closed 4 years ago

AllexVeldman commented 4 years ago

When using this action in the deployment event triggered by the Github API, a deployment is already created in the pending state.

This PR allows the user to set the deployment_id and skip the createDeployment step so the existing deployment is used.

bobheadxi commented 4 years ago

This should now be available @ https://github.com/bobheadxi/deployments/releases/tag/v0.3.0