From 412da03049bebe71587e05703dab33e17f35a804 Mon Sep 17 00:00:00 2001 From: Useroth <37159550+Useroth@users.noreply.github.com> Date: Sun, 6 Dec 2020 21:48:15 +0100 Subject: [PATCH] Let's fix bonked workflow files (#2059) * Update update_tgs_dmapi.yml * Update update_tgs_dmapi.yml --- .github/workflows/update_tgs_dmapi.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update_tgs_dmapi.yml b/.github/workflows/update_tgs_dmapi.yml index 38feeaae5cd..be33046d4f2 100644 --- a/.github/workflows/update_tgs_dmapi.yml +++ b/.github/workflows/update_tgs_dmapi.yml @@ -10,9 +10,6 @@ jobs: runs-on: ubuntu-latest name: Update the TGS DMAPI steps: -<<<<<<< HEAD - - uses: tgstation/tgs-dmapi-updater@v1.0.5 -======= - name: Clone uses: actions/checkout@v2 @@ -24,12 +21,12 @@ jobs: - name: Apply DMAPI update uses: tgstation/tgs-dmapi-updater@v2 ->>>>>>> 83ee251ddec... Fix DMAPI auto updater (#54410) with: header-path: 'code/__DEFINES/tgs.dm' 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 @@ -39,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"