Skip to content

Commit

Permalink
new notif
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Hlushchenko committed Apr 9, 2024
1 parent 43b5e4a commit 16e7424
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/slack_notification_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Slack Failed Build Notification
run: echo 123
run: echo 123 asd asd sad
test-job:
if: always()
needs: job1
runs-on: ubuntu-latest
steps:
Expand All @@ -21,8 +22,8 @@ jobs:
uses: act10ns/[email protected]
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
config: ".github/config/slack.yml"

webhook-url: ${{ secrets.SLACK_WEBHOOK_TEST_VLAD }}
# uses: rtCamp/[email protected]
# env:
Expand Down

0 comments on commit 16e7424

Please sign in to comment.