- name: Send status to Discord
uses: nebularg/actions-discord-webhook@v1
with:
webhook_url: ${{ secrets.discord_webhook_url }} # required
status: ${{ job.status }} # optional, this is the default
if: always() # or failure() or success()
-
Notifications
You must be signed in to change notification settings - Fork 8
nebularg/actions-discord-webhook
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simple discord dispatch script