zapata-engineering/Command PR Comment
Use the output of a command as a comment on a PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The command to run | yes | — |
| template | The template of the comment. The string "%command%" will be replaces with the output of the command. | no | — |
| update-text | Updates the comment with this text instead of creating a new one | no | — |
| working-dir | Working directory relative to the repository root | no | . |
| github-token | Uses this token with the Github client | no | ${{ github.token }} |
Outputs
no outputs