actions-marketplace-validations/setup-monkey
🐵 Run @FuzzyMonkeyCo's monkey command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | `monkey` command to run (ex. `fuzz` or `fmt`) | no | — |
| args | Arguments to the command | no | — |
| workdir | Where to run the command | no | . |
| api_key | API key from https://fuzzymonkey.co | no | — |
| github_token | GITHUB_TOKEN, to tame download rate-limiting | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| code | Return code of the command. |
| seed | Seed returned by `monkey pastseed`. Non-empty when just ran `monkey fuzz` & found a bug. |