diff --git a/.github/workflows/tindex_dop_sn.yml b/.github/workflows/tindex_dop_sn.yml index 4b0f6ff..0c76bb2 100644 --- a/.github/workflows/tindex_dop_sn.yml +++ b/.github/workflows/tindex_dop_sn.yml @@ -9,7 +9,7 @@ on: - cron: '0 15 09 * *' jobs: - update-tindex-dop-nw: + update-tindex-dop-sn: runs-on: ubuntu-latest env: CI_COMMIT_MESSAGE: Update SN DOP tile index @@ -31,6 +31,6 @@ jobs: echo ${ID} git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - git add DOP/SN/DOP_20_tileindex_SN.gpkg.gz + git add DOP/SN/DOP20_tileindex_SN.gpkg.gz git commit -m "${{ env.CI_COMMIT_MESSAGE }}" git push diff --git a/DOP/SN/DOP20_tileindex_SN.gpkg.gz b/DOP/SN/DOP20_tileindex_SN.gpkg.gz index 6fe9719..4e72ece 100644 Binary files a/DOP/SN/DOP20_tileindex_SN.gpkg.gz and b/DOP/SN/DOP20_tileindex_SN.gpkg.gz differ