Skip to content

Commit 406c030

Browse files
authored
Merge branch 'develop-4' into fix/add-RTL-support-to-pagetree
2 parents 449c273 + f4c77c8 commit 406c030

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/new_contributor_pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ jobs:
2929
needs: new
3030
steps:
3131
- name: Send Discord Webhook
32-
uses: Ilshidur/action-discord@master
33-
with:
34-
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
35-
content: |
32+
env:
33+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
34+
DISCORD_EMBEDS: |
3635
{
3736
"embeds": [
3837
{
@@ -56,3 +55,4 @@ jobs:
5655
}
5756
]
5857
}
58+
uses: Ilshidur/action-discord@master

0 commit comments

Comments
 (0)