diff --git a/.github/workflows/gate-by-required.yml b/.github/workflows/gate-by-required.yml index e23cf46..f5b07f7 100644 --- a/.github/workflows/gate-by-required.yml +++ b/.github/workflows/gate-by-required.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/latest-daily-integration-test.yml b/.github/workflows/latest-daily-integration-test.yml index 0274a4c..fc596a1 100644 --- a/.github/workflows/latest-daily-integration-test.yml +++ b/.github/workflows/latest-daily-integration-test.yml @@ -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 diff --git a/.github/workflows/trigger-rebuild-with-deps.yml b/.github/workflows/trigger-rebuild-with-deps.yml index 406de98..3bbd45f 100644 --- a/.github/workflows/trigger-rebuild-with-deps.yml +++ b/.github/workflows/trigger-rebuild-with-deps.yml @@ -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