Skip to content

Instantly share code, notes, and snippets.

@titooan
Created February 18, 2022 17:12
Show Gist options
  • Select an option

  • Save titooan/0e5050d8cc2afd1d8e64bd3b43bfb980 to your computer and use it in GitHub Desktop.

Select an option

Save titooan/0e5050d8cc2afd1d8e64bd3b43bfb980 to your computer and use it in GitHub Desktop.
Send a Slack Notification
- name: Send Slack notification
if: always()
uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
fields: repo,message,commit,author,eventName,ref,workflow,job,took,pullRequest
env:
SLACK_WEBHOOK_URL: ${{ secrets.OUR_SLACK_WEBHOOK_URL }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment