Skip to content

Commit

Permalink
Correct run name used for Google Chat notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Mar 11, 2024
1 parent 8ca551a commit c671d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}

0 comments on commit c671d2a

Please sign in to comment.