mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 02:15:06 +03:00
Let's make it loud!
test Conditional text
This commit is contained in:
parent
ba3dbb1122
commit
c2ba069bd7
1 changed files with 9 additions and 0 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -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 }}
|
Loading…
Reference in a new issue