From 45b445323dc15900e9b5fab0f956c377a5817591 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Wed, 29 Sep 2021 11:42:27 -0700 Subject: [PATCH] Fix notification --- 5etools-docker/.github/workflows/cd.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/5etools-docker/.github/workflows/cd.yml b/5etools-docker/.github/workflows/cd.yml index 3280eb3b..094b3049 100644 --- a/5etools-docker/.github/workflows/cd.yml +++ b/5etools-docker/.github/workflows/cd.yml @@ -35,4 +35,6 @@ jobs: - name: Sending Discord notification env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - uses: Ilshidur/action-discord@master \ No newline at end of file + uses: Ilshidur/action-discord@master + with: + args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed.' \ No newline at end of file