We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e542963 commit 990a744Copy full SHA for 990a744
.github/workflows/codegen.yaml
@@ -55,6 +55,9 @@ jobs:
55
result.batches.push(filteredServices.slice(i, i + MAX_BATCH_SIZE))
56
}
57
console.log(result)
58
+ if (result.hour > 2) {
59
+ console.warn(`Unexpected hour of the day: ${result.hour} from Date(${new Date()})`)
60
+ }
61
return result
62
generate:
63
uses: googleapis/google-api-java-client-services/.github/workflows/generate.yaml@main
0 commit comments