anncsu-open/GeoDiff Action
GitHub Action for comparing GeoPackage/SQLite files using pygeodiff
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base_file | Path to the GeoPackage/SQLite file. If compare_file is not provided, compares current version with the previous git commit. | yes | — |
| compare_file | Path to the file to compare against base. If not provided, base_file will be compared against its previous git commit version. | no | — |
| output_format | Output format for the diff result (json, summary) | — | json |
| summary | Add Summary to Job | — | true |
| token | GitHub Token | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| diff_result | The diff result output |
| has_changes | Boolean indicating if changes were detected |