Skip to content

Commit aa97e85

Browse files
Update check_openapi_versions.yml
1 parent dee971d commit aa97e85

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check_openapi_versions.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
3030
# Step 4: Run your Python script
3131
- name: Run Python script
32+
id: check_openapi_version
3233
run: python ./scripts/check_openapi_version.py
3334

3435
- name: Send notification
@@ -40,7 +41,9 @@ jobs:
4041
username: ${{secrets.MAIL_USERNAME}}
4142
password: ${{secrets.MAIL_PASSWORD}}
4243
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+
body: |
45+
Action Output:
46+
${{ steps.check_openapi_version.outputs.stdout }}
4447
to: plenigo_openapi_spec-aaaaooflpibdbm4k3xoaxq7uye@spring-media.slack.com
4548
from: '"User" <user@deepthought.cloud>' # <user@example.com>
4649

0 commit comments

Comments
 (0)