mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
TGS DMAPI update workflow fix (part 2) (#18132)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user