Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 241 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 241 Bytes

Webhook docker action

This action sent webhook with payload about job status

Inputs

endpoint step

Example usage

name: Notify
if: always()
uses: germesdev/notify
with:
  endpoint: ${{ secrets.WEBHOOK_URL }}
  step: tests