Skip to content

Commit

Permalink
Update names
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Aug 5, 2024
1 parent 81a1c87 commit 74d5b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
run: sed -i 's/mobility.api.opendatahub.com/mobility.api.opendatahub.testingmachine.eu/' */config.yml

# elevation data does not change so we cache it forever
- name: Cache OSM and elevation data
- name: Cache elevation data
uses: actions/cache@v4
with:
path: |
Expand All @@ -125,7 +125,7 @@ jobs:
run: |
echo "OSM_CACHE_VERSION=$(date +%Y-%m)" >> $GITHUB_ENV
- name: Cache OSM and elevation data
- name: Cache OSM extract
uses: actions/cache@v4
with:
path: |
Expand Down

0 comments on commit 74d5b69

Please sign in to comment.