Skip to content

Commit

Permalink
[godot] Remove debug logging job. You can get the same info when expa…
Browse files Browse the repository at this point in the history
…nding the undiscoverable little arrows in the job logs.
  • Loading branch information
badlogic committed Jul 24, 2023
1 parent 4cdde96 commit b18a92a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/spine-godot-v4.yml
Expand Up @@ -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
Expand Down

0 comments on commit b18a92a

Please sign in to comment.