Skip to content

Commit

Permalink
Fix name in chat notification
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Mar 12, 2024
1 parent 64fda23 commit 3fb7acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
with:
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
status: ${{ job.status }}
run-name: ${{ format('{0} | {1}', github.ref_name, matrix.runner.name) }}
run-name: ${{ format('Initializr | {0} | {1}', github.ref_name, matrix.runner.name) }}

0 comments on commit 3fb7acf

Please sign in to comment.