From 3b6e58d4b0a3df83ef72fe0c91dcd0f8cbe4bd24 Mon Sep 17 00:00:00 2001 From: Selis <12716288+ItsSelis@users.noreply.github.com> Date: Sun, 3 Aug 2025 14:24:24 +0200 Subject: [PATCH] TGS DMAPI update workflow fix (part 2) (#18132) --- .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 4a39b384f49..5dcb11274ef 100644 --- a/.github/workflows/update_tgs_dmapi.yml +++ b/.github/workflows/update_tgs_dmapi.yml @@ -63,8 +63,8 @@ jobs: gh pr create \ --base master \ --head tgs-dmapi-update \ - --title "Automatic TGS DMAPI Update" - --body "This pull request updates the TGS DMAPI to the latest version. Please note any changes that may be breaking or unimplemented in your codebase by checking what changes are in the definitions file: code/__DEFINES/tgs.dm before merging.\n\n${{ steps.dmapi-update.outputs.release-notes }}" + --title "Automatic TGS DMAPI Update" \ + --body "This pull request updates the TGS DMAPI to the latest version. Please note any changes that may be breaking or unimplemented in your codebase by checking what changes are in the definitions file: code/__DEFINES/tgs.dm before merging.\n\n${{ steps.dmapi-update.outputs.release-notes }}" \ --label "Tools" env: GITHUB_TOKEN: ${{ steps.app-token-generation.outputs.token || secrets.GITHUB_TOKEN }}