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

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'