Action to update a deployment. Create a new status.
Set permissions to write deployments.
permissions:
actions: read
deployments: write
- uses: hoverkraft-tech/[email protected]
with:
# Description: The id of the deployment to update
#
deployment-id: ""
# Description: The state of the deployment
#
state: ""
# Description: The description of the deployment
#
description: ""
# Description: The url of the deployment
#
url: ""