Update actions (#5493)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2023-03-19 21:35:58 -04:00 committed by GitHub
parent 04eb1ecf81
commit d03c86b25d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ on:
description: 'Module Release? (vX.Y)' description: 'Module Release? (vX.Y)'
required: false required: false
slackChannel: slackChannel:
description: 'Slack Channel? (release-#)' description: 'Slack Channel'
required: false required: false
jobs: jobs:
@ -27,6 +27,6 @@ jobs:
with: with:
releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.9' }} releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.9' }}
moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.36' }} moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.36' }}
slackChannel: ${{ github.event.inputs.slackChannel || 'release' }} slackChannel: ${{ github.event.inputs.slackChannel }}
secrets: secrets:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}