Skip to content

Commit 0cb50b1

Browse files
committed
Merge branch '3.2.x'
2 parents ace4038 + 8b209e9 commit 0cb50b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
7979
status: ${{ job.status }}
8080
build-scan-url: ${{ steps.build.outputs.build-scan-url }}
81-
run-name: ${{ format('{0} | ${{ matrix.os.name }} | Java ${{ matrix.java.version}}', github.ref_name) }}
81+
run-name: ${{ format('{0} | {1} | Java {2}', github.ref_name, matrix.os.name, matrix.java.version) }}

0 commit comments

Comments
 (0)