diff --git a/.github/workflows/update_tgs_dmapi.yml b/.github/workflows/update_tgs_dmapi.yml index 781be37265a..4294da9df61 100644 --- a/.github/workflows/update_tgs_dmapi.yml +++ b/.github/workflows/update_tgs_dmapi.yml @@ -3,6 +3,7 @@ name: Update TGS DMAPI on: schedule: - cron: "0 0 * * *" + workflow_dispatch: jobs: update-dmapi: @@ -26,6 +27,7 @@ jobs: - name: Commit and Push run: | + git config --local core.eol lf git config --local user.email "action@github.com" git config --local user.name "DMAPI Update" git add .