Update actions (#668)

Signed-off-by: Knative Automation <automation@knative.team>

Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
knative-automation 2022-08-15 09:39:31 -04:00 committed by GitHub
parent 06a9d3b27b
commit 01b9a42d9b
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.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 }}