From f0af54e725823fa2e9cbab274cb1156c4838e9fe Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Thu, 19 Jun 2025 10:23:52 -0700 Subject: [PATCH] print out the diff --- .github/workflows/geo-data.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/geo-data.yml b/.github/workflows/geo-data.yml index c682a51..30005f9 100644 --- a/.github/workflows/geo-data.yml +++ b/.github/workflows/geo-data.yml @@ -39,6 +39,7 @@ jobs: ./script/bootstrap source env/bin/activate ./script/generate-geo-data > octodns/record/geo_data.py + git diff [ `git status --porcelain=1 | wc -l` -ne 0 ] && ./script/changelog create -t minor Periodic updates to geo_data.py || true - name: Create Pull Request id: cpr