Skip to content

Commit

Permalink
[godot] Manual dispatch for Godot 4 workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed Jul 24, 2023
1 parent 5facf4a commit 4cdde96
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/spine-godot-v4.yml
Expand Up @@ -15,6 +15,20 @@ on:
required: true
type: boolean
default: false
workflow_dispatch:
inputs:
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 }}
Expand Down

0 comments on commit 4cdde96

Please sign in to comment.