Skip to content

Commit

Permalink
Merge pull request #43 from mundialis/fix_DOP_SN_workflow
Browse files Browse the repository at this point in the history
fixed typo in DOP SN yml file
  • Loading branch information
JHalbauer authored Oct 22, 2024
2 parents 8e9907c + 0a70b77 commit 924ff72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tindex_dop_sn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,6 +31,6 @@ jobs:
echo ${ID}
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
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
Binary file modified DOP/SN/DOP20_tileindex_SN.gpkg.gz
Binary file not shown.

0 comments on commit 924ff72

Please sign in to comment.