Skip to content

Commit 162832b

Browse files
committed
Fix quoting in format string for notification's run name
1 parent b0c89e6 commit 162832b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
webhook-url: ${{ secrets.GOOGLE_CHAT_WEBHOOK_URL }}
5757
status: ${{ job.status }}
5858
build-scan-url: ${{ steps.build.outputs.build-scan-url }}
59-
run-name: ${{ format('{0} | 'Linux' | Java 17', github.ref_name) }}
59+
run-name: ${{ format('{0} | Linux | Java 17', github.ref_name) }}

0 commit comments

Comments
 (0)