We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee971d commit aa97e85Copy full SHA for aa97e85
.github/workflows/check_openapi_versions.yml
@@ -29,6 +29,7 @@ jobs:
29
30
# Step 4: Run your Python script
31
- name: Run Python script
32
+ id: check_openapi_version
33
run: python ./scripts/check_openapi_version.py
34
35
- name: Send notification
@@ -40,7 +41,9 @@ jobs:
40
41
username: ${{secrets.MAIL_USERNAME}}
42
password: ${{secrets.MAIL_PASSWORD}}
43
subject: "[Plenigo][WARNING] Plenigo openapi spec version mismatch"
- 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 }}
47
to: plenigo_openapi_spec-aaaaooflpibdbm4k3xoaxq7uye@spring-media.slack.com
48
from: '"User" <user@deepthought.cloud>' # <user@example.com>
49
0 commit comments