Create discord.yml
This commit is contained in:
parent
d256ff6c67
commit
43bef4dfd7
15
.github/workflows/discord.yml
vendored
Normal file
15
.github/workflows/discord.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: discord message
|
||||
on: [push]
|
||||
jobs:
|
||||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: send custom message with args
|
||||
uses: appleboy/discord-action@master
|
||||
with:
|
||||
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
|
||||
args: The ${{ github.event_name }} event triggered first step.
|
Loading…
Reference in New Issue
Block a user