From 01b9a42d9bc002c9f725e2686640d2f8155be426 Mon Sep 17 00:00:00 2001 From: knative-automation Date: Mon, 15 Aug 2022 09:39:31 -0400 Subject: [PATCH] Update actions (#668) Signed-off-by: Knative Automation Signed-off-by: Knative Automation --- .github/workflows/knative-releasability.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/knative-releasability.yaml b/.github/workflows/knative-releasability.yaml index 815a31eb..930ad8e6 100644 --- a/.github/workflows/knative-releasability.yaml +++ b/.github/workflows/knative-releasability.yaml @@ -25,8 +25,8 @@ jobs: releasability: uses: knative/actions/.github/workflows/releasability.yaml@main with: - releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.6' }} - moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.33' }} - slackChannel: ${{ github.event.inputs.slackChannel || 'release-1dot6' }} + releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.7' }} + moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.34' }} + slackChannel: ${{ github.event.inputs.slackChannel || 'release' }} secrets: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}