diff --git a/.github/workflows/cron-commit-cache.yml b/.github/workflows/cron-commit-cache.yml index 0d4e53cb0e73ed..b9794a47015c76 100644 --- a/.github/workflows/cron-commit-cache.yml +++ b/.github/workflows/cron-commit-cache.yml @@ -49,6 +49,11 @@ jobs: bundle exec ruby bin/commit-cache-update.rb + - name: Update geocoding of events + id: generate + run: | + bundle exec ruby bin/geocode.rb + - name: Create Pull Request # If it's not a Pull Request then commit any changes as a new PR. uses: peter-evans/create-pull-request@v3 @@ -56,4 +61,4 @@ jobs: title: Update Cached Commit Data branch-suffix: timestamp commit-message: Update Cached Commit Data - add-paths: metadata/ + add-paths: metadata/,events/