[godot] More GitHub workflow debugging.

This commit is contained in:
Mario Zechner 2023-07-24 10:37:32 +02:00
parent 1dec42d852
commit caafb9b94f

View File

@ -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 }}