Skip to content

Commit bc31e94

Browse files
lualua
lua
authored and
lua
committed
fixes identation
1 parent 248db8c commit bc31e94

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/check_openapi_versions.yml

+22-22
Original file line numberDiff line numberDiff line change
@@ -32,27 +32,27 @@ jobs:
3232
run: python ./scripts/check_openapi_version.py
3333

3434
- name: Send notification
35-
if: failure()
36-
uses: dawidd6/action-send-mail@v2
37-
with:
38-
server_address: email-smtp.eu-central-1.amazonaws.com
39-
server_port: 465
40-
username: ${{secrets.MAIL_USERNAME}}
41-
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.
44-
to: plenigo_openapi_spec-aaaaooflpibdbm4k3xoaxq7uye@spring-media.slack.com
45-
from: '"User" <user@deepthought.cloud>' # <user@example.com>
35+
if: failure()
36+
uses: dawidd6/action-send-mail@v2
37+
with:
38+
server_address: email-smtp.eu-central-1.amazonaws.com
39+
server_port: 465
40+
username: ${{secrets.MAIL_USERNAME}}
41+
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.
44+
to: plenigo_openapi_spec-aaaaooflpibdbm4k3xoaxq7uye@spring-media.slack.com
45+
from: '"User" <user@deepthought.cloud>' # <user@example.com>
4646

4747
- name: Send notification
48-
if: success()
49-
uses: dawidd6/action-send-mail@v2
50-
with:
51-
server_address: email-smtp.eu-central-1.amazonaws.com
52-
server_port: 465
53-
username: ${{secrets.MAIL_USERNAME}}
54-
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
57-
to: plenigo_openapi_spec-aaaaooflpibdbm4k3xoaxq7uye@spring-media.slack.com
58-
from: '"User" <user@deepthought.cloud>' # <user@example.com>
48+
if: success()
49+
uses: dawidd6/action-send-mail@v2
50+
with:
51+
server_address: email-smtp.eu-central-1.amazonaws.com
52+
server_port: 465
53+
username: ${{secrets.MAIL_USERNAME}}
54+
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
57+
to: plenigo_openapi_spec-aaaaooflpibdbm4k3xoaxq7uye@spring-media.slack.com
58+
from: '"User" <user@deepthought.cloud>' # <user@example.com>

0 commit comments

Comments
 (0)