File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
3232 echo 'EOF' >> $GITHUB_ENV
3333 exit $EC
3434
35- - name : send Slack message if there was an error
36- uses : rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7 # v2.2.0
37- if : steps.check.outcome != 'success' && github.event_name != 'pull_request'
38- env :
39- SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
40- SLACK_MESSAGE : ${{ env.STRATUM_ERRORS }}
41- SLACK_COLOR : ' danger'
42- SLACK_FOOTER :
35+ # - name: send Slack message if there was an error
36+ # uses: rtCamp/action-slack-notify@12e36fc18b0689399306c2e0b3e0f2978b7f1ee7 # v2.2.0
37+ # if: steps.check.outcome != 'success' && github.event_name != 'pull_request'
38+ # env:
39+ # SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
40+ # SLACK_MESSAGE: ${{ env.STRATUM_ERRORS }}
41+ # SLACK_COLOR: 'danger'
42+ # SLACK_FOOTER:
You can’t perform that action at this time.
0 commit comments