A GitHub action for sending a release notification to a Slack Workflow.
Required The Slack Workflow webhook URL to post to.
(optional) The environment name used in the release message. Defaults to production.
(optional) Path of package.json. Defaults to ./.
uses: jirouk/slack-workflow-action@v1
with:
webhook_url: 'https://hooks.slack.com/workflows/ABC123'
environment: 'production'