Sign inSign up

ideavate/actions-github-deployment-status

By ideavate

Updated about 5 years ago
Archived

Image
0

4.2K

ideavate/actions-github-deployment-status repository overview

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 }}

Tag summary

Content type

Image

Digest

Size

2.7 MB

Last updated

about 5 years ago

docker pull ideavate/actions-github-deployment-status