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
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 }}
Content type
Image
Digest
Size
2.7 MB
Last updated
about 5 years ago
docker pull ideavate/actions-github-deployment-status