Fix git add in DMAPI update action (#54505)

Old command won't add new files. git hard.
This commit is contained in:
Jordan Brown
2020-10-21 15:13:59 -04:00
committed by GitHub
parent 5b2f2aac67
commit cfde84f320
+2 -1
View File
@@ -29,7 +29,8 @@ jobs:
run: |
git config user.name tgstation-server
git config user.email tgstation-server@users.noreply.github.com
git commit -a -m 'Update TGS DMAPI'
git add .
git commit -m 'Update TGS DMAPI'
git push -f -u origin tgs-dmapi-update
- name: Create Pull Request