Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1001bc1

Browse files
committed
fix template title
1 parent 3ace8c6 commit 1001bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/000226_notifications_autobuild_failed.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
INSERT INTO notification_templates (id, name, title_template, body_template, "group", actions)
2-
VALUES ('381df2a9-c0c0-4749-420f-80a9280c66f9', 'Workspace Autobuild Failed', E'Workspace "{{.Labels.name}}" deleted',
2+
VALUES ('381df2a9-c0c0-4749-420f-80a9280c66f9', 'Workspace Autobuild Failed', E'Workspace "{{.Labels.name}}" autobuild failed',
33
E'Hi {{.UserName}}\n\Automatic build of your workspace **{{.Labels.name}}** failed.\nThe specified reason was "**{{.Labels.reason}}**".',
44
'Workspace Events', '[
55
{

0 commit comments

Comments
 (0)