From b18a92a0f936de04d71adfb2d1305cdae44e5583 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 24 Jul 2023 10:52:24 +0200 Subject: [PATCH] [godot] Remove debug logging job. You can get the same info when expanding the undiscoverable little arrows in the job logs. --- .github/workflows/spine-godot-v4.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/spine-godot-v4.yml b/.github/workflows/spine-godot-v4.yml index b0fc6e5d5c..045a9102da 100644 --- a/.github/workflows/spine-godot-v4.yml +++ b/.github/workflows/spine-godot-v4.yml @@ -41,17 +41,6 @@ env: GODOT_MONO_UPLOAD_SUFFIX: ${{ inputs.godot_mono == true && '-mono' || '' }} jobs: - print_parameters: - runs-on: ubuntu-latest - steps: - - name: Print build parameters - shell: bash - run: | - echo "GODOT_TAG: $GODOT_TAG" - echo "GODOT_VERSION: $GODOT_VERSION" - echo "GODOT_MONO: $GODOT_MONO" - echo "GODOT_MONO_UPLOAD_SUFFIX: $GODOT_MONO_UPLOAD_SUFFIX" - env godot-editor-windows: runs-on: windows-latest