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,11 +13,11 @@ 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"
--allow_all_merged
--build_job "Build and test"
--other_allowed_owner "GTNewHorizons"
--allow_all_merged
github_token: ${{ secrets.GITHUB_TOKEN }}
config: https://raw.githubusercontent.com/MalTeeez/packscripts-auto-builds/refs/heads/gtnh-daily/packscripts.json
annotated_file: https://raw.githubusercontent.com/MalTeeez/packscripts-auto-builds/refs/heads/gtnh-daily/annotated_mods.json

View File

@ -73,12 +73,12 @@ jobs:
env:
NO_COLOR: 1
with:
command: >
command: >-
pr apply $PR_URL
--build_job "Build and test"
--artifact_name "build-libs"
--other_allowed_owner "GTNewHorizons"
--pack_variant "server"
--build_job "Build and test"
--artifact_name "build-libs"
--other_allowed_owner "GTNewHorizons"
--pack_variant "server"
github_token: ${{ secrets.GITHUB_TOKEN }}
working_directory: /home/gtnh
musl: true

View File

@ -35,14 +35,14 @@ jobs:
env:
NO_COLOR: 1
with:
command: >
command: >-
pr deps ${{ steps.lookup.outputs.url }}
--target_dir ./.packscripts/
--jar_suffix -dev.jar
--artifact_name -dev.jar
--artifact_name build-libs
--build_job "Build and test"
--other_allowed_owner "GTNewHorizons"
--target_dir ./.packscripts/
--jar_suffix -dev.jar
--artifact_name -dev.jar
--artifact_name build-libs
--build_job "Build and test"
--other_allowed_owner "GTNewHorizons"
github_token: ${{ secrets.GITHUB_TOKEN }}
config: https://raw.githubusercontent.com/MalTeeez/packscripts-auto-builds/refs/heads/gtnh-daily/packscripts.json
annotated_file: https://raw.githubusercontent.com/MalTeeez/packscripts-auto-builds/refs/heads/gtnh-daily/annotated_mods.json