eomm/Eomm/action-journalist
Run a command and post the output in the issue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | the GitHub token | yes | ${{ github.token }} |
| command | the command line to execute | yes | — |
| keywords | JSON stringified list of keywords when trigger the command | yes | — |
Outputs
| name | description |
|---|---|
| stdout | the raw stdout string of the command |
| stderr | the raw stderr string of the command |