mirror of https://github.com/knative/docs.git
Update actions (#5493)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
04eb1ecf81
commit
d03c86b25d
|
@ -18,7 +18,7 @@ on:
|
|||
description: 'Module Release? (vX.Y)'
|
||||
required: false
|
||||
slackChannel:
|
||||
description: 'Slack Channel? (release-#)'
|
||||
description: 'Slack Channel'
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
|
@ -27,6 +27,6 @@ jobs:
|
|||
with:
|
||||
releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.9' }}
|
||||
moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.36' }}
|
||||
slackChannel: ${{ github.event.inputs.slackChannel || 'release' }}
|
||||
slackChannel: ${{ github.event.inputs.slackChannel }}
|
||||
secrets:
|
||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||
|
|
Loading…
Reference in New Issue