Skip to content

Commit cd7c43e

Browse files
Merge pull request #870 from fjtirado/fix_java_parser_issue
Fix_java_parser
2 parents e4cd93f + 17b67c8 commit cd7c43e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/workflow.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ $defs:
446446
environment:
447447
type: object
448448
additionalProperties: true
449-
description: A key/value mapping of the environment variables, if any, to use when running the configured process.
449+
description: A key/value mapping of the environment variables, if any, to use when running the configured process.
450450
required: [ command ]
451451
required: [ shell ]
452452
description: Enables the execution of shell commands within a workflow, enabling workflows to interact with the underlying operating system and perform system-level operations, such as file manipulation, environment configuration, or system administration tasks.
@@ -652,7 +652,7 @@ $defs:
652652
instance:
653653
type: string
654654
format: uri
655-
description: A JSON Pointer used to reference the component the error originates from.
655+
description: A JSON Pointer used to reference the component the error originates from.
656656
title:
657657
type: string
658658
description: A short, human-readable summary of the error.

0 commit comments

Comments
 (0)