Correct run name used for Google Chat notifications

See gh-39851
This commit is contained in:
Andy Wilkinson 2024-03-11 09:34:08 +00:00
parent 8ca551ae8d
commit c671d2af43

View File

@ -56,4 +56,4 @@ jobs:
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
status: ${{ job.status }}
build-scan-url: ${{ steps.build.outputs.build-scan-url }}
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) }}