We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b309446 commit 9e6645eCopy full SHA for 9e6645e
.github/workflows/build-and-deploy-snapshot.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: ./.github/actions/send-notification
45
with:
46
build-scan-url: ${{ steps.build-and-publish.outputs.build-scan-url }}
47
- run-name: ${{ format('{0} | Linux | Java 17', github.ref_name) }}
+ run-name: ${{ format('{0} | Linux | Java 24', github.ref_name) }}
48
status: ${{ job.status }}
49
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
50
outputs:
0 commit comments