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"