Skip to content

Commit

Permalink
trying to get the workflow action results posted to Slack
Browse files Browse the repository at this point in the history
  • Loading branch information
ollylucl committed Feb 26, 2025
1 parent 32e2d35 commit a25992e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ 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
message: Running jest tests
run: echo "🍏 This job's status is ${{ job.status }}."

0 comments on commit a25992e

Please sign in to comment.