test
This commit is contained in:
parent
664f14ff64
commit
6eb66716cd
6
.github/workflows/discord.yml
vendored
6
.github/workflows/discord.yml
vendored
@ -23,4 +23,8 @@ jobs:
|
||||
webhook_id: ${{ secrets.DISCORD_WEBHOOK_ID }}
|
||||
webhook_token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
|
||||
# Relevant to github contexts https://help.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#github-context
|
||||
args: New ${{ github.event_name }} has been created by ${{ github.actor }} on ${{ github.event_name }}.
|
||||
args: |
|
||||
New ${{ github.event_name }} has been created by ${{ github.actor }} on ${{ github.event_name }}.
|
||||
event_path: ${{ github.event_path }}
|
||||
github.ref: ${{ github.ref }}
|
||||
github.head_ref: ${{ github.head_ref }}
|
||||
|
Loading…
Reference in New Issue
Block a user