https://github.com/hmknapp/action-slack-post
https://github.com/hmknapp/action-slack-post
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hmknapp/action-slack-post
- Owner: HMKnapp
- Created: 2020-01-23T14:05:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T12:41:05.000Z (over 6 years ago)
- Last Synced: 2024-03-22T21:34:55.131Z (about 2 years ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Github Action Post to Slack
```
- name: Post to Slack
uses: hkp-wcd/action-slack-post@master
with:
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
JSON_PATH: 'slack_message.json'
```