From 1319eff9fda627416c2d157eba57aa9dd841f550 Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 30 Sep 2021 09:45:20 -0700 Subject: [PATCH] Add information to notif --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7593276..8ff002c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,4 +43,4 @@ jobs: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} uses: Ilshidur/action-discord@master with: - args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed.' \ No newline at end of file + args: 'The project {{ EVENT_PAYLOAD.repository.full_name }} has been deployed to ${{ secrets.SITE_HOST }}. Triggered by ${{ EVENT_PAYLOAD.sender }} with ${{ EVENT_PAYLOAD.action }}' \ No newline at end of file