Skip to content

Commit db1d48a

Browse files
francinumCyberboss
andauthored
Update TGS Auto-Updater (#1061)
Co-authored-by: Jordan Dominion <[email protected]>
1 parent 7a17c9f commit db1d48a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update_tgs_dmapi.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
2222
- name: Apply DMAPI update
2323
uses: tgstation/tgs-dmapi-updater@v2
24+
id: dmapi-update
2425
with:
2526
header-path: 'code/__DEFINES/tgs.dm'
2627
library-path: 'code/modules/tgs'
@@ -41,7 +42,7 @@ jobs:
4142
source_branch: "tgs-dmapi-update"
4243
destination_branch: "master"
4344
pr_title: "Automatic TGS DMAPI Update"
44-
pr_body: "This pull request updates the TGS DMAPI to the latest version. Please note any breaking or unimplemented changes before merging."
45+
pr_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 }}"
4546
pr_label: "Tools"
4647
pr_allow_empty: false
4748
github_token: ${{ secrets.DD_BOT_PAT }}

0 commit comments

Comments
 (0)