Skip to content

Commit

Permalink
Add geocoding to cron workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed May 24, 2024
1 parent 5df15ab commit ecbe293
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cron-commit-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,16 @@ 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
with:
title: Update Cached Commit Data
branch-suffix: timestamp
commit-message: Update Cached Commit Data
add-paths: metadata/
add-paths: metadata/,events/

0 comments on commit ecbe293

Please sign in to comment.