We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used version archive/github-actions-slack@v1.0.3 and it is not working.
archive/github-actions-slack@v1.0.3
Tried to upgrade to archive/github-actions-slack@master
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?
The text was updated successfully, but these errors were encountered:
Hi @Patlatus
First, have you enabled logging? https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging.
Secondly, please review this sample: https://github.com/archive/github-actions-slack/blob/master/.github/workflows/10-slack-fake-build-updates.yml. It simulate getting information from previous step and sending it to slack.
Sorry, something went wrong.
No branches or pull requests
I used version
archive/github-actions-slack@v1.0.3
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
what is wrong?
The text was updated successfully, but these errors were encountered: