From caafb9b94f74b65b3de7ae991dc8a275345c06dd Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Mon, 24 Jul 2023 10:37:32 +0200 Subject: [PATCH] [godot] More GitHub workflow debugging. --- .github/workflows/spine-godot-v4.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/spine-godot-v4.yml b/.github/workflows/spine-godot-v4.yml index 2e5191900..a59ffc166 100644 --- a/.github/workflows/spine-godot-v4.yml +++ b/.github/workflows/spine-godot-v4.yml @@ -6,12 +6,15 @@ on: godot_tag: required: true type: string + default: "Godot tag not specified!" godot_version: required: true type: string + default: "Godot version not specified!" godot_mono: required: true type: boolean + default: false env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}