Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 2.19 KB

File metadata and controls

58 lines (42 loc) · 2.19 KB

branding<icon:arrow-right-circle color:gray-dark> GitHub Action: Update deployment

branding<icon:arrow-right-circle color:gray-dark>

Release%20by%20tagRelease%20by%20dateCommitOpen%20IssuesDownloads

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: ""