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