mirror of
https://github.com/actions/publish-action.git
synced 2025-07-12 11:51:50 +02:00
Integrate Slack notifications
This commit is contained in:
@ -4,6 +4,8 @@ inputs:
|
||||
source-tag:
|
||||
description: 'Tag name that the major tag will point to. Examples: v1.2.3, 1.2.3'
|
||||
required: true
|
||||
slack-webhook:
|
||||
description: 'Slack Webhook URL to post a message'
|
||||
token:
|
||||
description: 'Token to get an authenticated Octokit'
|
||||
default: ${{ github.token }}
|
||||
|
Reference in New Issue
Block a user