Skip to content

Commit a0e6765

Browse files
authored
github-workflow: workflow_call.secrets.*.required is not required (SchemaStore#4635)
This removes `required` from the `required` set, since GitHub Actions does not actually require this field to be set.
1 parent b73a9fc commit a0e6765

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/schemas/json/github-workflow.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,6 @@
15741574
"type": "boolean"
15751575
}
15761576
},
1577-
"required": ["required"],
15781577
"additionalProperties": false
15791578
}
15801579
},

0 commit comments

Comments
 (0)