ghkdqhrbals/Today commits Slack Alert
Send a Slack message in a channel with today commit messages!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 17, 2024
- License
- MIT
Pinned Snippet
uses: ghkdqhrbals/today-commit-slack-sender@c8fd68c354aac626a29fe39981345dae513c9f30 # v1.2.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| channel-id | Slack channel ID where message will be posted. Needed if using bot token | no | — |
| slack-message | Message to post into Slack. Needed if using bot token | no | — |
| payload | JSON payload to send to Slack if webhook route. If not supplied, json from GitHub event will be sent instead | no | — |
| payload-file-path | path to JSON payload to send to Slack if webhook route. If not supplied, json from GitHub event will be sent instead. If payload is provided, it will take preference over this field | no | — |
| update-ts | The timestamp of a previous message posted. It will update the existing message instead of posting a new message | no | — |
Outputs
| name | description |
|---|---|
| time | The time |
| thread_ts | The timestamp on the message that was posted into Slack when using bot token |
| ts | The timestamp on the message that was posted into Slack when using bot token |
| channel_id | The channel id of the message that was posted into Slack when using bot token |