Add show progress; add schedule

This commit is contained in:
Pieter Vander Vennet 2025-02-13 17:50:33 +01:00
parent fec9e7930d
commit 58a79416e8

View file

@ -1,5 +1,6 @@
on:
- push
schedule:
- cron: "0 2 * * 5"
jobs:
update_planet_file:
@ -14,7 +15,7 @@ jobs:
- name: Download the planet file
shell: bash
run: wget https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part
run: wget --show-progress https://planet.openstreetmap.org/pbf/planet-latest.osm.pbf -O /data/planet-latest.osm.pbf.part
- name: Move the planet file