mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
get workflow status
This commit is contained in:
parent
b9491c0b44
commit
6c3ca500a7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/complain.yml
vendored
2
.github/workflows/complain.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
|||
complain:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: martialonline/workflow-status@v3
|
||||
id: status
|
||||
- uses: rtCamp/action-slack-notify@v2
|
||||
if: ${{ env.SLACK_WEBHOOK != '' }}
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue