File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1414 releaseFamily :
1515 description : ' Release? (vX.Y)'
1616 required : false
17- default : ' v1.4'
1817 moduleReleaseFamily :
1918 description : ' Module Release? (vX.Y)'
2019 required : false
21- default : ' v0.31'
2220 slackChannel :
2321 description : ' Slack Channel? (release-#)'
2422 required : false
25- default : ' release-1dot4'
2623
2724jobs :
2825 releasability :
2926 uses : knative/actions/.github/workflows/releasability.yaml@main
3027 with :
31- releaseFamily : ${{ github.event.inputs.releaseFamily }}
32- moduleReleaseFamily : ${{ github.event.inputs.moduleReleaseFamily }}
33- slackChannel : ${{ github.event.inputs.slackChannel }}
28+ releaseFamily : ${{ github.event.inputs.releaseFamily || 'v1.4' }}
29+ moduleReleaseFamily : ${{ github.event.inputs.moduleReleaseFamily || 'v0.31' }}
30+ slackChannel : ${{ github.event.inputs.slackChannel || 'release-1dot4' }}
3431 secrets :
3532 SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments