We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c92e0 commit f3ef0f3Copy full SHA for f3ef0f3
.github/workflows/sdk-platform-java-nightly.yaml
@@ -48,7 +48,7 @@ jobs:
48
run: |
49
gh issue create \
50
--title "Nightly build for Java ${{ matrix.java }} on ${{ matrix.os }} failed." \
51
- --body "The build has failed : https://github.com/googleapis/gapic-generator-java/actions/runs/${GITHUB_RUN_ID}"
+ --body "The build has failed : https://github.com/googleapis/google-cloud-java/actions/runs/${GITHUB_RUN_ID}"
52
nightly-java8: # Compile with JDK 11. Run tests with JDK 8.
53
needs: filter
54
if: ${{ needs.filter.outputs.library == 'true' }}
0 commit comments