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 16e7424 commit 2db6b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/slack_notification_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Slack Failed Build Notification
run: echo 123 asd asd sad
run: eco 123 asd asd sad
test-job:
if: always()
needs: job1
Expand All @@ -22,6 +22,7 @@ jobs:
uses: act10ns/[email protected]
with:
status: ${{ job.status }}
steps: ${{ toJson(steps) }}
config: ".github/config/slack.yml"

webhook-url: ${{ secrets.SLACK_WEBHOOK_TEST_VLAD }}
Expand Down

0 comments on commit 2db6b9f

Please sign in to comment.