diff --git a/.forgejo/workflows/daily_data_maintenance.yml b/.forgejo/workflows/daily_data_maintenance.yml index a79cb2c..fa44f7e 100644 --- a/.forgejo/workflows/daily_data_maintenance.yml +++ b/.forgejo/workflows/daily_data_maintenance.yml @@ -14,11 +14,11 @@ jobs: - name: Download the planet file shell: bash run: aria2c -T planet-latest.osm.pbf.torrent --seed-time=0 - + - name: Move the planet file to the data directory shell: bash run: mv planet-*.osm.pbf /data/planet-latest.osm.bpf - + - name: Print download date - shell: bash - run: date --iso > /data/planet_download_date.txt + shell: bash + run: date --iso > /data/planet_download_date.txt