Skip to content

Commit b2f2026

Browse files
committed
Correct Java version in Build and Deploy Snapshot's notification
1 parent 0b3eabb commit b2f2026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: ./.github/actions/send-notification
4141
with:
4242
build-scan-url: ${{ steps.build-and-publish.outputs.build-scan-url }}
43-
run-name: ${{ format('{0} | Linux | Java 17', github.ref_name) }}
43+
run-name: ${{ format('{0} | Linux | Java 24', github.ref_name) }}
4444
status: ${{ job.status }}
4545
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
4646
outputs:

0 commit comments

Comments
 (0)