anncsu-open/GeoDiff Action

GitHub Action for comparing GeoPackage/SQLite files using pygeodiff

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base_filePath to the GeoPackage/SQLite file. If compare_file is not provided, compares current version with the previous git commit.yes
compare_filePath to the file to compare against base. If not provided, base_file will be compared against its previous git commit version.no
output_formatOutput format for the diff result (json, summary)json
summaryAdd Summary to Jobtrue
tokenGitHub Token${{ github.token }}
namedescription
diff_resultThe diff result output
has_changesBoolean indicating if changes were detected