Skip to content

Commit

Permalink
fix(workflows): update the API
Browse files Browse the repository at this point in the history
#### workflows:v1

The following keys were changed:
- schemas.Workflow.description
  • Loading branch information
yoshi-automation authored and sofisl committed Oct 10, 2024
1 parent d4a855b commit 3a83269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/workflows-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@
}
}
},
"revision": "20240814",
"revision": "20240925",
"rootUrl": "https://workflows.googleapis.com/",
"schemas": {
"Empty": {
Expand Down Expand Up @@ -722,7 +722,7 @@
"type": "object"
},
"Workflow": {
"description": "LINT.IfChange Workflow program to be executed by Workflows.",
"description": "Workflow program to be executed by Workflows.",
"id": "Workflow",
"properties": {
"allKmsKeys": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/workflows/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export namespace workflows_v1 {
message?: string | null;
}
/**
* LINT.IfChange Workflow program to be executed by Workflows.
* Workflow program to be executed by Workflows.
*/
export interface Schema$Workflow {
/**
Expand Down

0 comments on commit 3a83269

Please sign in to comment.