Skip to content

Commit

Permalink
Try removing no-longer-maintened workflow-conclusion action
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed Apr 8, 2024
1 parent ea0467c commit 09b72fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,12 @@ jobs:
if: always() # Pick up events even if the job fails or is cancelled.

steps:
- uses: technote-space/workflow-conclusion-action@v3

- name: Send Slack notification
uses: 8398a7/action-slack@v3
# if: env.WORKFLOW_CONCLUSION == 'failure'
with:
status: ${{ env.WORKFLOW_CONCLUSION }}
status: ${{ job.status }}
# fields: repo,message,commit,author,action,eventName,ref,workflow,job,took # selectable (default: repo,message)
fields: repo,message,commit,author,action,took
env:
SLACK_WEBHOOK_URL: ${{ secrets.ACTIONS_CI_SLACK_HOOK }}
if: always() # Pick up events even if the job fails or is canceled.

0 comments on commit 09b72fa

Please sign in to comment.