mirror of https://github.com/knative/docs.git
Update actions (#4974)
Signed-off-by: Knative Automation <automation@knative.team>
This commit is contained in:
parent
74efd191c6
commit
119d408e16
|
@ -25,8 +25,8 @@ jobs:
|
||||||
releasability:
|
releasability:
|
||||||
uses: knative/actions/.github/workflows/releasability.yaml@main
|
uses: knative/actions/.github/workflows/releasability.yaml@main
|
||||||
with:
|
with:
|
||||||
releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.4' }}
|
releaseFamily: ${{ github.event.inputs.releaseFamily || 'v1.5' }}
|
||||||
moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.31' }}
|
moduleReleaseFamily: ${{ github.event.inputs.moduleReleaseFamily || 'v0.32' }}
|
||||||
slackChannel: ${{ github.event.inputs.slackChannel || 'release-1dot4' }}
|
slackChannel: ${{ github.event.inputs.slackChannel || 'release-1dot5' }}
|
||||||
secrets:
|
secrets:
|
||||||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
|
||||||
|
|
Loading…
Reference in New Issue