Skip to content

v5.0.8.0-beta

v5.0.8.0-beta #85

Workflow file for this run

name: Discord Webhook Messages
on:
workflow_dispatch:
release:
types: [published]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Discord Webhook
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
content: "Test"