Skip to content

Commit 534a98e

Browse files
authored
Update nd_validation.yaml
1 parent f0935a9 commit 534a98e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nd_validation.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,9 @@ jobs:
2121
with:
2222
jsonSchemaFile: validation_schemas/node_definition.json
2323
yamlFiles: node-definitions/**/*.yaml
24+
25+
- name: Save state
26+
run: echo "{name}={value}" >> $GITHUB_STATE
27+
28+
- name: Set output
29+
run: echo "{name}={value}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)