Update update_tgs_dmapi.yml

This commit is contained in:
ariaworld
2024-08-20 16:47:59 +02:00
committed by GitHub
parent d3b635823c
commit 2c9e11877f
+2 -2
View File
@@ -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"