Fix indenting on command blocks & use chomping indicator

This commit is contained in:
MalTeeez 2026-05-28 00:35:14 +02:00
parent f994634765
commit 0504806bc6
No known key found for this signature in database
3 changed files with 16 additions and 16 deletions

View File

@ -13,7 +13,7 @@ jobs:
env:
NO_COLOR: 1
with:
command: >
command: >-
pr gate ${{ github.event.pull_request.html_url }}
--build_job "Build and test"
--other_allowed_owner "GTNewHorizons"

View File

@ -73,7 +73,7 @@ jobs:
env:
NO_COLOR: 1
with:
command: >
command: >-
pr apply $PR_URL
--build_job "Build and test"
--artifact_name "build-libs"

View File

@ -35,7 +35,7 @@ jobs:
env:
NO_COLOR: 1
with:
command: >
command: >-
pr deps ${{ steps.lookup.outputs.url }}
--target_dir ./.packscripts/
--jar_suffix -dev.jar