We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d01109 commit 033bdbeCopy full SHA for 033bdbe
.github/workflows/ci.yaml
@@ -136,7 +136,7 @@ jobs:
136
gcr.io/cloud-devrel-public-resources/java-library-generation:"${library_generation_image_tag}" \
137
/src/library_generation/cli/entry_point.py validate-generation-config
138
env:
139
- library_generation_image_tag: 2.59.0
+ library_generation_image_tag: 2.60.0
140
workspace_name: /workspace
141
142
# TODO: Uncomment the needed Github Actions
.github/workflows/generated_files_sync.yaml
@@ -20,7 +20,7 @@ on:
20
pull_request:
21
name: generation diff
22
23
24
jobs:
25
root-pom:
26
# root pom.xml does not have diff from generated one
0 commit comments