mirror of https://github.com/knative/docs.git
Update actions (#5493)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
04eb1ecf81
commit
d03c86b25d
|
@ -18,7 +18,7 @@ on:
|
||||||
description: 'Module Release? (vX.Y)'
|
description: 'Module Release? (vX.Y)'
|
||||||
required: false
|
required: false
|
||||||
slackChannel:
|
slackChannel:
|
||||||
description: 'Slack Channel? (release-#)'
|
description: 'Slack Channel'
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -27,6 +27,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.9' }}
|
releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.9' }}
|
||||||
moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.36' }}
|
moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.36' }}
|
||||||
slackChannel: ${{ github.event.inputs.slackChannel || 'release' }}
|
slackChannel: ${{ github.event.inputs.slackChannel }}
|
||||||
secrets:
|
secrets:
|
||||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||||
|
|
Loading…
Reference in New Issue