fix(core): Public API support node's deprecated continueOnFail to upload old workflows (no-changelog) (#8044)

This commit is contained in:
Marcus 2023-12-15 16:11:53 +01:00 committed by GitHub
parent 989888d9bc
commit 48d4f4a71b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,11 @@ properties:
type: number
waitBetweenTries:
type: number
continueOnFail:
type: boolean
example: false
description: 'use onError instead'
deprecated: true
onError:
type: string
example: 'stopWorkflow'