Skip to content

Instantly share code, notes, and snippets.

@rjstone
Last active December 1, 2019 20:48
Show Gist options
  • Save rjstone/c3a3d947aceb0beb4287ba81e568c22e to your computer and use it in GitHub Desktop.
Save rjstone/c3a3d947aceb0beb4287ba81e568c22e to your computer and use it in GitHub Desktop.
Discord Webhook Action Example
- name: Test Custom
uses: rjstone/discord-webhook-notify@v1
with:
severity: info
username: CustomUsername
color: '#ff00aa'
avatarUrl: https://github.githubassets.com/images/modules/logos_page/Octocat.png
description: This is a custom description.
details: 'Custom details: Somebody set up us the bomb.'
footer: This is a footer.
text: This is where text goes.
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment