We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5005d commit 5b5d592Copy full SHA for 5b5d592
1 file changed
src/schemas/json/github-workflow.json
@@ -253,6 +253,11 @@
253
"$comment": "https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#example-using-environment-name-and-url",
254
"description": "A deployment URL",
255
"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"
261
}
262
},
263
"required": ["name"],
0 commit comments