We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dff46ed commit 909584eCopy full SHA for 909584e
.github/workflows/knative-releasability.yaml
@@ -25,8 +25,8 @@ jobs:
25
releasability:
26
uses: knative/actions/.github/workflows/releasability.yaml@main
27
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' }}
+ releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.5' }}
+ moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.32' }}
+ slackChannel: ${{ github.event.inputs.slackChannel || 'release-1dot5' }}
31
secrets:
32
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
0 commit comments