Required URL of the webhook called. You can create this webhook by creating a slack app. Follow the guide here
Required The message you would like to send
Send a message on slack
name: Notify slack
id: slack
uses: freight-hub/[email protected]
with:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
message: 'hello channel!'
is_markdown: false
When contributing to this library there are some points to note:
- Please run
yarn format
&yarn build
BEFORE pushing to the repository. - The
dist
folder is checked in (we compile the node_modules into it with@vercel/ncc
)- this is because we need to include the complete script in the repository for github
- Please keep this readme up to date 4After you have comitted, you can tag the repository to 'build' a new version for use in actions