This commit is contained in:
Kreyren 2020-03-18 11:37:27 +00:00
parent 664f14ff64
commit 6eb66716cd

@ -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 }}