Skip to content

Commit 9e6645e

Browse files
committed
Fix notification name
./.github/actions/build uses Java 24 by default.
1 parent b309446 commit 9e6645e

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
@@ -44,7 +44,7 @@ jobs:
4444
uses: ./.github/actions/send-notification
4545
with:
4646
build-scan-url: ${{ steps.build-and-publish.outputs.build-scan-url }}
47-
run-name: ${{ format('{0} | Linux | Java 17', github.ref_name) }}
47+
run-name: ${{ format('{0} | Linux | Java 24', github.ref_name) }}
4848
status: ${{ job.status }}
4949
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
5050
outputs:

0 commit comments

Comments
 (0)