onward-partners/@onward-partners/nx-get-affected-action
This action returns the apps that got affected since the last build
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| all | Ignores all changes and prints the names of all apps | no | false |
| tags | Comma seperated list of tags. Filter the resulting apps by the provided tags. App must have all specified tags to be included. | no | — |
| github_token | GitHub token to talk to the API with | no | — |
| workflow_id | ID of the workflow to check for | no | — |
| branch | Branch to check against | no | main |
Outputs
| name | description |
|---|---|
| affected | An array of all affected apps |
| affectedString | A comma seperated string of all affected apps |