Skip to content

Commit 59c42a8

Browse files
authored
chore: tweak issue action (#1116)
1 parent b7916b4 commit 59c42a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/issue.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ jobs:
99
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WH_GRAPHIQL_GENERAL }}
1010
uses: Ilshidur/action-discord@master
1111
with:
12-
args: 'Issue [@{{ EVENT_PAYLOAD.owner.login }}](EVENT_PAYLOAD.issue.html_url) as [EVENT_PAYLOAD.full_name](EVENT_PAYLOAD.html_url)'
12+
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+
1314

0 commit comments

Comments
 (0)