Closed AllexVeldman closed 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.
deployment
This PR allows the user to set the deployment_id and skip the createDeployment step so the existing deployment is used.
deployment_id
createDeployment
This should now be available @ https://github.com/bobheadxi/deployments/releases/tag/v0.3.0
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 thecreateDeployment
step so the existing deployment is used.