equinor/Fusion App Change Detection
Detect changes in Fusion applications and publish them accordingly
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-paths | Comma-separated list of paths to directories containing fusion apps (e.g., "apps,packages/apps"). If not specified, will use ".". | no | "" |
| token | GitHub token for API access | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| changed-apps | JSON array of changed fusion apps with their metadata |
| changed-apps-count | Number of changed fusion apps detected |
| changed-app-names | Comma-separated list of changed app names |
| changed-app-paths | JSON array of changed app root paths |
| changed-files | JSON array of all changed files |
| has-changes | Whether any changes were detected (true/false) |
| summary | Human-readable summary of changes detected |
| app-types | JSON array of app names and their types (fusion-cli-app, react-fusion-app, etc.) |