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