Skip to content

Commit 909584e

Browse files
Update actions (#1026)
Signed-off-by: Knative Automation <[email protected]>
1 parent dff46ed commit 909584e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/knative-releasability.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
releasability:
2626
uses: knative/actions/.github/workflows/releasability.yaml@main
2727
with:
28-
releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.4' }}
29-
moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.31' }}
30-
slackChannel: ${{ github.event.inputs.slackChannel || 'release-1dot4' }}
28+
releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.5' }}
29+
moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.32' }}
30+
slackChannel: ${{ github.event.inputs.slackChannel || 'release-1dot5' }}
3131
secrets:
3232
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

0 commit comments

Comments
 (0)