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 8ca551a commit c671d2aCopy full SHA for c671d2a
.github/workflows/build-and-deploy-snapshot.yml
@@ -56,4 +56,4 @@ jobs:
56
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
57
status: ${{ job.status }}
58
build-scan-url: ${{ steps.build.outputs.build-scan-url }}
59
- run-name: ${{ format('{0} | {1} | Java {2}', github.ref_name, matrix.os.name, matrix.java.version) }}
+ run-name: ${{ format('{0} | 'Linux' | Java 17', github.ref_name) }}
0 commit comments