Stop the DMAPI update from failing if there is nothing to commit (#54720)

This commit is contained in:
Jordan Brown
2020-11-23 09:48:32 +13:00
committed by GitHub
parent e5438c892d
commit f98f675391
+2
View File
@@ -26,6 +26,7 @@ jobs:
library-path: 'code/modules/tgs'
- name: Commit and Push
continue-on-error: true
run: |
git config user.name tgstation-server
git config user.email tgstation-server@users.noreply.github.com
@@ -35,6 +36,7 @@ jobs:
- name: Create Pull Request
uses: repo-sync/pull-request@v2
if: ${{ success() }}
with:
source_branch: "tgs-dmapi-update"
destination_branch: "master"