anttiharju/Compare changes
Conditionally run jobs and steps based on find-changes-action output.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow | Workflow file under .github/workflows/. Uses the on.push.paths as input. | yes | — |
| changes | JSON array of changed files (from anttiharju/find-changes-action) | yes | — |
| version | compare-changes version to use, semver format without v prefix | no | 0.9.3 |
| debug | Enable compare-changes --debug output (true/false) | no | false |
Outputs
| name | description |
|---|---|
| changed | Boolean indicating if any changed files match on.push.paths of the input workflow file. |