We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
codegen.yaml
1 parent b60a08d commit f385ec0Copy full SHA for f385ec0
.github/workflows/codegen.yaml
@@ -45,7 +45,7 @@ jobs:
45
}
46
return result
47
generate:
48
- uses: googleapis/google-api-java-client-services/.github/workflows/generate.yaml@master
+ uses: googleapis/google-api-java-client-services/.github/workflows/generate.yaml@main
49
needs: batch
50
if: ${{!!fromJson(needs.batch.outputs.services).batches[fromJson(needs.batch.outputs.services).hour]}}
51
with:
0 commit comments