Merge pull request #14744 from Cyberboss/patch-1

DMAPI Updater Fix
This commit is contained in:
AffectedArc07
2020-10-27 09:34:17 +00:00
committed by GitHub
+2
View File
@@ -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 .