fslabs/Rust Workspace Matrix
Generate a matrix depending on changed files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The Github Token found in action context secrets.GITHUB_TOKEN | yes | — |
| workspaces | Rust workspaces to include. JSON array | yes | [""] |
| base_ref | git commit to compare against found in action context github.base_ref | yes | — |
| head_ref | git commit head found in action context github.head_ref | yes | — |
| fallback | Fallback value in case no file inside the given workspaces were changed | no | — |
Outputs
| name | description |
|---|---|
| matrix | Generated Matrix of changed workspaces |
| fallback | Whether the output was set to the fallback |