[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: godot_tag:
required: true required: true
type: string type: string
default: "Godot tag not specified!"
godot_version: godot_version:
required: true required: true
type: string type: string
default: "Godot version not specified!"
godot_mono: godot_mono:
required: true required: true
type: boolean type: boolean
default: false
env: env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}