action-discord icon indicating copy to clipboard operation
action-discord copied to clipboard

Default message not working?

Open JoaoCnh opened this issue 2 years ago • 1 comments

I've tried running the action with no args to replicate the embed example in the README but no messages is being sent. What is required to send that message?

JoaoCnh avatar Jul 30 '21 21:07 JoaoCnh

Yup having just:

      - name: Actions for Discord
        uses: Ilshidur/[email protected]
        if: always()
        env:
          DISCORD_WEBHOOK: ***

Does not make it run anything for me, the step is not even shown in github actions.

chrissound avatar Apr 15 '23 12:04 chrissound