Let's make it loud!

test


Conditional text
This commit is contained in:
Jacob Heider 2022-08-26 16:24:38 -04:00 committed by Jacob Heider
parent ba3dbb1122
commit c2ba069bd7

View file

@ -104,3 +104,12 @@ jobs:
name: ${{ matrix.os }}
path: ${{ steps.bottle.outputs.filenames }}
if-no-files-found: error
- name: Slack Notification
uses: rtCamp/action-slack-notify@v2
if: always()
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }}
SLACK_MESSAGE: build job for ${{ inputs.projects }} ${{ job.status == 'success' && 'succeeded' || 'failed' }}
SLACK_COLOR: ${{ job.status }}