From d03c86b25d76db58775317b0b86d4fcaa57ef6ea Mon Sep 17 00:00:00 2001 From: knative-automation Date: Sun, 19 Mar 2023 21:35:58 -0400 Subject: [PATCH] Update actions (#5493) Signed-off-by: Knative Automation --- .github/workflows/knative-releasability.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/knative-releasability.yaml b/.github/workflows/knative-releasability.yaml index 7ca69caa1..1c360e3af 100644 --- a/.github/workflows/knative-releasability.yaml +++ b/.github/workflows/knative-releasability.yaml @@ -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 }}