Skip to content

Commit d537100

Browse files
authored
chore: update sdk-platform-java-nightly.yaml link to action (#12218)
Follow-up to #12212, missed one occurrence. Update the url to failed job after "nightly" job, the corresponding to "nightly-java8" is updated in #12212. For #12206
1 parent d9e2e80 commit d537100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdk-platform-java-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: |
4949
gh issue create \
5050
--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}"
51+
--body "The build has failed : https://github.com/googleapis/google-cloud-java/actions/runs/${GITHUB_RUN_ID}"
5252
nightly-java8: # Compile with JDK 11. Run tests with JDK 8.
5353
needs: filter
5454
if: ${{ needs.filter.outputs.library == 'true' }}

0 commit comments

Comments
 (0)