diff --git a/.github/workflows/update_tgs_dmapi.yml b/.github/workflows/update_tgs_dmapi.yml index 72c029c770..6fe53f700c 100644 --- a/.github/workflows/update_tgs_dmapi.yml +++ b/.github/workflows/update_tgs_dmapi.yml @@ -29,7 +29,7 @@ jobs: run: | git config user.name tgstation-server git config user.email tgstation-server@users.noreply.github.com - git add * + git add . git commit -m 'Update TGS DMAPI' git push -f -u origin tgs-dmapi-update