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: env:
NO_COLOR: 1 NO_COLOR: 1
with: with:
command: > command: >-
pr gate ${{ github.event.pull_request.html_url }} pr gate ${{ github.event.pull_request.html_url }}
--build_job "Build and test" --build_job "Build and test"
--other_allowed_owner "GTNewHorizons" --other_allowed_owner "GTNewHorizons"
--allow_all_merged --allow_all_merged
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
config: https://raw.githubusercontent.com/MalTeeez/packscripts-auto-builds/refs/heads/gtnh-daily/packscripts.json 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 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: env:
NO_COLOR: 1 NO_COLOR: 1
with: with:
command: > command: >-
pr apply $PR_URL pr apply $PR_URL
--build_job "Build and test" --build_job "Build and test"
--artifact_name "build-libs" --artifact_name "build-libs"
--other_allowed_owner "GTNewHorizons" --other_allowed_owner "GTNewHorizons"
--pack_variant "server" --pack_variant "server"
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
working_directory: /home/gtnh working_directory: /home/gtnh
musl: true musl: true

View File

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