steps:
- uses: 8398a7/action-slack@v3
with:
status: ${{ job.status }}
fields: repo,message,commit,author,action,eventName,ref,workflow # selectable (default: repo,message)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # required
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} # required
if: always() # Pick up events even if the job fails or is canceled.
forked from 8398a7/action-slack
-
Notifications
You must be signed in to change notification settings - Fork 2
Provides the function of slack notification to GitHub Actions.
License
ngti/action-slack
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Provides the function of slack notification to GitHub Actions.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- TypeScript 100.0%