From 2c9e11877fe2339421dd42e7e630db259ef8189a Mon Sep 17 00:00:00 2001 From: ariaworld <143797359+ariaworld@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:47:59 +0200 Subject: [PATCH] Update update_tgs_dmapi.yml --- .github/workflows/update_tgs_dmapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_tgs_dmapi.yml b/.github/workflows/update_tgs_dmapi.yml index 53eaf69316..2f7d195edc 100644 --- a/.github/workflows/update_tgs_dmapi.yml +++ b/.github/workflows/update_tgs_dmapi.yml @@ -17,7 +17,7 @@ jobs: run: | git branch -f tgs-dmapi-update git checkout tgs-dmapi-update - git reset --hard master + git reset --hard main - name: Apply DMAPI update uses: tgstation/tgs-dmapi-updater@v2 @@ -39,7 +39,7 @@ jobs: if: ${{ success() }} with: source_branch: "tgs-dmapi-update" - destination_branch: "master" + destination_branch: "main" pr_title: "Automatic TGS DMAPI Update" pr_body: "This pull request updates the TGS DMAPI to the latest version. Please note any breaking or unimplemented changes before merging." pr_label: "Tools"