Skip to content

Commit

Permalink
Stop the DMAPI update from failing if there is nothing to commit (tgs…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss authored Nov 22, 2020
1 parent e5438c8 commit f98f675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_tgs_dmapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
Expand All @@ -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"
Expand Down

0 comments on commit f98f675

Please sign in to comment.