inspectify/Script-to-Slack
Run a script and post the output to a Slack channel
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| slack_bot_token | The Slack bot token to use for this action | yes | — |
| slack_channel_id | The ID of the slack channel that you want the bot to post the output in | yes | — |
| command | The command to run. The output will be interpreted as mrkdwn | yes | — |
| dir | The directory to run the command in. Defaults to github.workspace | — | ${{ github.workspace }} |
Outputs
no outputs