You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/check_jsonschema/builtin_schemas/vendor/github-workflows.json
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -109,8 +109,7 @@
109
109
"description": "Sets an array of volumes for the container to use. You can use volumes to share data between services or other steps in a job. You can specify named Docker volumes, anonymous Docker volumes, or bind mounts on the host.\nTo specify a volume, you specify the source and destination path: <source>:<destinationPath>\nThe <source> is a volume name or an absolute path on the host machine, and <destinationPath> is an absolute path in the container.",
110
110
"type": "array",
111
111
"items": {
112
-
"type": "string",
113
-
"pattern": "^[^:]+:[^:]+$"
112
+
"type": "string"
114
113
},
115
114
"minItems": 1
116
115
},
@@ -1531,10 +1530,6 @@
1531
1530
"description": "A string description of the input parameter.",
1532
1531
"type": "string"
1533
1532
},
1534
-
"deprecationMessage": {
1535
-
"description": "A string shown to users using the deprecated input.",
0 commit comments