Skip to content

Commit 5b5d592

Browse files
committed
Add deployment key for yaml parsing
1 parent 9d5005d commit 5b5d592

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/schemas/json/github-workflow.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,11 @@
253253
"$comment": "https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#example-using-environment-name-and-url",
254254
"description": "A deployment URL",
255255
"type": "string"
256+
},
257+
"deployment": {
258+
"$comment": "https://docs.github.com/en/actions/how-tos/deploy/configure-and-manage-deployments/control-deployments#using-environments-without-deployments",
259+
"description": "Whether to create a deployment record for this environment. Defaults to true.",
260+
"type": "boolean"
256261
}
257262
},
258263
"required": ["name"],

0 commit comments

Comments
 (0)