https://github.com/nebularg/actions-discord-webhook
Simple discord dispatch script
https://github.com/nebularg/actions-discord-webhook
actions dicord
Last synced: 5 months ago
JSON representation
Simple discord dispatch script
- Host: GitHub
- URL: https://github.com/nebularg/actions-discord-webhook
- Owner: nebularg
- Created: 2019-09-22T23:04:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T00:36:11.000Z (over 5 years ago)
- Last Synced: 2025-11-12T01:35:13.659Z (7 months ago)
- Topics: actions, dicord
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 7
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Actions Discord Webhook
```yaml
- 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()
```
