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 0b3eabb commit b2f2026Copy full SHA for b2f2026
.github/workflows/build-and-deploy-snapshot.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: ./.github/actions/send-notification
41
with:
42
build-scan-url: ${{ steps.build-and-publish.outputs.build-scan-url }}
43
- run-name: ${{ format('{0} | Linux | Java 17', github.ref_name) }}
+ run-name: ${{ format('{0} | Linux | Java 24', github.ref_name) }}
44
status: ${{ job.status }}
45
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
46
outputs:
0 commit comments