Skip to content

Commit

Permalink
add yml to enable Slack channel workflow notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ollylucl committed Feb 26, 2025
1 parent 11ed883 commit 32e2d35
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ jobs:
npm i
npm run test
- run: echo "🍏 This job's status is ${{ job.status }}."
slack:
runs-on: ubuntu-latest
steps:
- name: slack - GitHub Actions Slack integration
uses: act10ns/[email protected]
with:
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
status: ${{ job.status }}
message: Running testing

0 comments on commit 32e2d35

Please sign in to comment.