TGS DMAPI update workflow fix (part 2) (#18132)

This commit is contained in:
Selis
2025-08-03 14:24:24 +02:00
committed by GitHub
parent 505a860bc8
commit 3b6e58d4b0
+2 -2
View File
@@ -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 }}