You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SLACK_MESSAGE: Autoupdate of OAS in Preview was successful. Please check opened PRs to validate the change, and publish the artifacts @apidx-interrupt.
59
+
SLACK_MESSAGE: Autoupdate of OAS in Preview. Please check opened PRs to validate the change, and publish the artifacts @apidx-interrupt.
60
60
SLACK_USERNAME: sdk-generation-bot
61
61
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
62
62
SLACK_FOOTER: 'Autoupdate of OAS in preview runs daily Monday to Tuesday'
63
-
SLACK_ICON_EMOJI: green_check_mark
64
-
65
-
- name: Send failure notification
66
-
if: ${{ failure() }} && ${{ !env.ACT }}
67
-
uses: rtCamp/action-slack-notify@v2
68
-
env:
69
-
SLACK_CHANNEL: criteo-api-sdk-generator
70
-
SLACK_COLOR: ${{ job.status }}
71
-
SLACK_MESSAGE: Failure during autoupdate of OAS in Preview.
72
-
SLACK_USERNAME: sdk-generation-bot
73
-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
74
-
SLACK_FOOTER: 'Autoupdate of OAS in preview runs daily Monday to Tuesday'
0 commit comments