actions-marketplace-validations/Get Changed Packages in folders
Get all of the packages with changed/modified files in a pull request or push's commits.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token for GitHub API requests. Users shouldn't need to set this themselves. | yes | ${{ github.token }} |
| packageFolders | List of folders with packages. Can be JSON string. | no | — |
| format | Format of the steps output context. Can be 'space-delimited', 'csv', or 'json'. | yes | json |
Outputs
| name | description |
|---|---|
| folders | Array of paths to changed packages. |