Skip to content

This is a Github Action that makes you able to create a deployment status in the Github Deployment API

License

Notifications You must be signed in to change notification settings

ideavateltd/actions-github-deployment-status

 
 

Repository files navigation

github-deployment-status

This Github actions adds functions for creating a status on the github deployment api.

It is a small wrapper for your workflows to use the Github Deployment Status API https://developer.github.com/v3/repos/deployments/#create-a-deployment-status

Usage

For example use this at the end of your job like this:

- name: update deploy status
    if: always()
    uses: unacast/actions-github-deployment-status@master
    with:
      github_token: ${{ secrets.GITHUB_TOKEN }}
      status: ${{ job.status }}

About

This is a Github Action that makes you able to create a deployment status in the Github Deployment API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 97.9%
  • Dockerfile 2.1%