Skip to content

Commit ce566b8

Browse files
lualua
lua
authored and
lua
committed
fixes string
1 parent bc31e94 commit ce566b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check_openapi_versions.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
server_port: 465
4040
username: ${{secrets.MAIL_USERNAME}}
4141
password: ${{secrets.MAIL_PASSWORD}}
42-
subject: [Plenigo][WARNING] Plenigo openapi spec version mismatch
43-
body: There is a version mismatch between the openapi spec in prod and the latest released version.
42+
subject: "[Plenigo][WARNING] Plenigo openapi spec version mismatch"
43+
body: "There is a version mismatch between the openapi spec in prod and the latest released version."
4444
to: plenigo_openapi_spec-aaaaooflpibdbm4k3xoaxq7uye@spring-media.slack.com
4545
from: '"User" <user@deepthought.cloud>' # <user@example.com>
4646

@@ -52,7 +52,7 @@ jobs:
5252
server_port: 465
5353
username: ${{secrets.MAIL_USERNAME}}
5454
password: ${{secrets.MAIL_PASSWORD}}
55-
subject: [Plenigo][SUCCESS] Plenigo openapi spec version is up to date.
56-
body: We are currently using the latest released version and no action is needed
55+
subject: "[Plenigo][SUCCESS] Plenigo openapi spec version is up to date."
56+
body: "We are currently using the latest released version and no action is needed"
5757
to: plenigo_openapi_spec-aaaaooflpibdbm4k3xoaxq7uye@spring-media.slack.com
5858
from: '"User" <user@deepthought.cloud>' # <user@example.com>

0 commit comments

Comments
 (0)