-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I used version archive/[email protected] and it is not working.
Tried to upgrade to archive/github-actions-slack@master
I have very simple configuration and I don't understand why it doesn't work. I believe it used to work fine before
- name: Send message to Slack API
uses: archive/github-actions-slack@master
with:
slack-bot-user-oauth-access-token: ${{secrets.SLACK_BOT_OAUTH}}
slack-channel: ${{secrets.SLACK_CHANNEL}}
slack-text: ${{steps.apex.outputs.text}}
slack-optional-icon_emoji: ":fire:"
what is wrong?
Metadata
Metadata
Assignees
Labels
No labels

