actions-marketplace-validations/Get changed workspaces
A github action that gets changed workspaces
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| workspaces | Paths where to get changed workspaces | no | — |
| working-directory | Path to the directory that contains root package.json of monorepo | no | — |
| filter | Regex pattern to filter changed packages by name | no | — |
| base-ref | Git base reference (branch name or a commit hash). The change list will be compared to the base if push event occurs. Will default to the last commit of the current branch | no | ${{ github.ref }} |
Outputs
| name | description |
|---|---|
| packages | Array of changed packages, each containing its name and path |
| empty | Boolean that indicates if there was any changed packages |