doximity/Run callback on list of filenames
Runs a custom callback on a list of filenames (from either REF or PR number)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| callback | Callback function that takes the payload as argument | yes | return filenamesList |
| ref | — | no | — |
| pr_number | — | no | — |
| repository | — | yes | ${{ github.repository }} |
| token | — | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| callback_return | The return of the callback function |