mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2026-05-30 22:09:55 +02:00
Fix indenting on command blocks & use chomping indicator
This commit is contained in:
parent
f994634765
commit
0504806bc6
8
.github/workflows/gate-by-required.yml
vendored
8
.github/workflows/gate-by-required.yml
vendored
@ -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
|
||||||
@ -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
|
||||||
|
|||||||
14
.github/workflows/trigger-rebuild-with-deps.yml
vendored
14
.github/workflows/trigger-rebuild-with-deps.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user