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
Copy file name to clipboardExpand all lines: .github/workflows/auto_update_preview.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,11 @@ jobs:
60
60
env:
61
61
SLACK_CHANNEL: criteo-api-sdk-generator
62
62
SLACK_COLOR: ${{ job.status }}
63
-
SLACK_MESSAGE: 'Autoupdate of OAS in Preview. Please check <opened PRs|https://github.com/criteo/criteo-api-sdk-generator/pulls> to validate the change, and publish the artifacts <@S07BSM1MDN2>.'
63
+
SLACK_MESSAGE: "Autoupdate of OAS in Preview. Please check <https://github.com/criteo/criteo-api-sdk-generator/pulls|opened PRs> to validate the change, and publish the artifacts <!subteam^S07BSM1MDN2>."
64
64
SLACK_USERNAME: sdk-generation-bot
65
65
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
66
-
SLACK_FOOTER: 'Autoupdate of OAS in preview runs daily Monday to Tuesday'
66
+
SLACK_FOOTER: "Autoupdate of OAS in preview runs daily Monday to Tuesday"
67
67
SLACK_ICON_EMOJI: bell
68
-
SLACK_LINK_NAMES: 'true'
69
-
MSG_MINIMAL: 'true'
70
-
SLACK_MESSAGE_ON_FAILURE: 'Autoupdate of OAS in Preview failure, check <action results|https://github.com/criteo/criteo-api-sdk-generator/actions>.'
68
+
SLACK_LINK_NAMES: "true"
69
+
MSG_MINIMAL: "true"
70
+
SLACK_MESSAGE_ON_FAILURE: "Autoupdate of OAS in Preview failure, check <https://github.com/criteo/criteo-api-sdk-generator/actions|action results>."
0 commit comments