Description
Action fails silently if SLACK_BOT_TOKEN is not set
What type of issue is this? (place an x in one of the [ ])
Requirements (place an x in each of the [ ])
Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
package version: 1.15.0
node version: I don't think you should ask that, as it's configured in your own action.yml
OS version(s): ubuntu-latest
Steps to reproduce:
env:
SLACK_BOT_TOKEN: ${{ secrets.DOES_NOT_EXIST }}
Expected result:
Should error with a helpful message
Actual result:
No output, success status
Attachments:

Description
Action fails silently if SLACK_BOT_TOKEN is not set
What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
package version: 1.15.0
node version: I don't think you should ask that, as it's configured in your own action.yml
OS version(s): ubuntu-latest
Steps to reproduce:
Expected result:
Should error with a helpful message
Actual result:
No output, success status
Attachments: