From 132e7477953ccdfd4462c8224374861d9ff46eb2 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 20 Oct 2020 14:27:31 -0400 Subject: [PATCH] Fix adding new files --- .github/workflows/update_tgs_dmapi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_tgs_dmapi.yml b/.github/workflows/update_tgs_dmapi.yml index dbea4d2bbc..72c029c770 100644 --- a/.github/workflows/update_tgs_dmapi.yml +++ b/.github/workflows/update_tgs_dmapi.yml @@ -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