1
0
mirror of synced 2026-01-31 09:01:33 -05:00

Merge branch 'main' of github.com:github/docs-internal into version-sidebar-product-links

This commit is contained in:
Sarah Schneider
2021-02-19 09:18:14 -05:00

View File

@@ -60,7 +60,7 @@ jobs:
})
- name: Send Slack notification if workflow fails
uses: someimportantcompany/github-actions-slack-message@0b470c14b39da4260ed9e3f9a4f1298a74ccdefd
if: failure()
if: ${{ failure() && env.FREEZE != 'true' }}
with:
channel: ${{ secrets.DOCS_ALERTS_SLACK_CHANNEL_ID }}
bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}