We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b5186 commit f070abcCopy full SHA for f070abc
.github/workflows/discord-notification.yaml
@@ -23,7 +23,7 @@ jobs:
23
args: |-
24
A new PR {{ EVENT_PAYLOAD.pull_request.title }}
25
26
- by {{ EVENT_PAYLOAD.sender}}
+ by {{ EVENT_PAYLOAD.sender.login}}
27
28
at {{ EVENT_PAYLOAD.pull_request.html_url }}
29
- uses: "Ilshidur/action-discord@0.3.0"
@@ -32,8 +32,8 @@ jobs:
32
if: ${{ github.event_name == 'issues' }}
33
with:
34
35
- A new issue {{ EVENT_PAYLOAD.issues.title }}
+ A new issue {{ EVENT_PAYLOAD.issue.title }}
36
37
38
39
- at {{ EVENT_PAYLOAD.issues.html_url }}
+ at {{ EVENT_PAYLOAD.issue.html_url }}
0 commit comments