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 b7916b4 commit 59c42a8Copy full SHA for 59c42a8
.github/workflows/issue.yml
@@ -9,5 +9,6 @@ jobs:
9
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WH_GRAPHIQL_GENERAL }}
10
uses: Ilshidur/action-discord@master
11
with:
12
- args: 'Issue [@{{ EVENT_PAYLOAD.owner.login }}](EVENT_PAYLOAD.issue.html_url) as [EVENT_PAYLOAD.full_name](EVENT_PAYLOAD.html_url)'
+ args: 'Issue [EVENT_PAYLOAD.issue.title](EVENT_PAYLOAD.issue.html_url) [EVENT_PAYLOAD.action] by [@{{ EVENT_PAYLOAD.issue.user.login }}](EVENT_PAYLOAD.issue.user.html_url)'
13
+
14
0 commit comments