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
"description": "Whether to create a deployment for this job. Setting to false lets the job use environment secrets and variables without creating a deployment record. Wait timers and required reviewers still apply.",
260
-
"oneOf": [
261
-
{
262
-
"type": "boolean"
263
-
},
264
-
{
265
-
"$ref": "#/definitions/expressionSyntax"
266
-
}
267
-
],
268
-
"default": true
259
+
"description": "Whether to create a deployment record for this environment. Defaults to true.",
0 commit comments