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
2
.github/workflows/gate-by-required.yml
vendored
2
.github/workflows/gate-by-required.yml
vendored
@ -13,7 +13,7 @@ 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"
|
||||||
|
|||||||
@ -73,7 +73,7 @@ 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"
|
||||||
|
|||||||
@ -35,7 +35,7 @@ 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user