Skip to content

Commit f9d4aca

Browse files
author
Alan Christie
committed
refactor: from-workflow-variable becomes from-workflow
1 parent e3ece79 commit f9d4aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workflow/workflow-schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ definitions:
101101
properties:
102102
variable:
103103
$ref: '#/definitions/variable-name'
104-
from-workflow-variable:
104+
from-workflow:
105105
type: object
106106
additionalProperties: false
107107
properties:
@@ -111,7 +111,7 @@ definitions:
111111
- variable
112112
required:
113113
- variable
114-
- from-workflow-variable
114+
- from-workflow
115115

116116
# A step specification variable
117117
# (there must be at least one if a variables block is defined).

0 commit comments

Comments
 (0)