Skip to content

Commit 3a83269

Browse files
yoshi-automationsofisl
authored andcommitted
fix(workflows): update the API
#### workflows:v1 The following keys were changed: - schemas.Workflow.description
1 parent d4a855b commit 3a83269

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/workflows-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@
485485
}
486486
}
487487
},
488-
"revision": "20240814",
488+
"revision": "20240925",
489489
"rootUrl": "https://workflows.googleapis.com/",
490490
"schemas": {
491491
"Empty": {
@@ -722,7 +722,7 @@
722722
"type": "object"
723723
},
724724
"Workflow": {
725-
"description": "LINT.IfChange Workflow program to be executed by Workflows.",
725+
"description": "Workflow program to be executed by Workflows.",
726726
"id": "Workflow",
727727
"properties": {
728728
"allKmsKeys": {

src/apis/workflows/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export namespace workflows_v1 {
290290
message?: string | null;
291291
}
292292
/**
293-
* LINT.IfChange Workflow program to be executed by Workflows.
293+
* Workflow program to be executed by Workflows.
294294
*/
295295
export interface Schema$Workflow {
296296
/**

0 commit comments

Comments
 (0)