Skip to content

Commit eadf04c

Browse files
committed
ci: format discord_notify.yml to add a new line
1 parent df422bf commit eadf04c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/discord_notify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Discord Notify
22

33
on:
44
pull_request_target:
5-
types: [ labeled ]
5+
types: [labeled]
66

77
jobs:
88
notify:
@@ -18,4 +18,4 @@ jobs:
1818
embed-author-icon-url: ${{ github.event.pull_request.user.avatar_url }}
1919
embed-title: '#${{ github.event.number }} (+${{github.event.pull_request.additions}} -${{github.event.pull_request.deletions}}): ${{ github.event.pull_request.title }}'
2020
embed-description: ${{ github.event.pull_request.body }}
21-
embed-url: ${{ github.event.pull_request.html_url }}
21+
embed-url: ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)