Update actions (#4974)

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2022-05-24 11:28:03 -04:00 committed by GitHub
parent 74efd191c6
commit 119d408e16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -25,8 +25,8 @@ jobs:
releasability:
uses: knative/actions/.github/workflows/releasability.yaml@main
with:
releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.4' }}
moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.31' }}
slackChannel: ${{ github.event.inputs.slackChannel || 'release-1dot4' }}
releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.5' }}
moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.32' }}
slackChannel: ${{ github.event.inputs.slackChannel || 'release-1dot5' }}
secrets:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}