Skip to content

Commit

Permalink
Merge pull request #46 from mundialis/fix_DOP_SN_workflow
Browse files Browse the repository at this point in the history
changed pull statement
  • Loading branch information
JHalbauer authored Oct 22, 2024
2 parents eeac6f4 + f147867 commit df328e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tindex_dop_sn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
git config user.email "[email protected]"
git add DOP/SN/DOP20_tileindex_SN.gpkg.gz
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git pull
git pull origin main
git push

0 comments on commit df328e8

Please sign in to comment.