FEATURE: Optionally implement
This commit is contained in:
parent
baa1c00e61
commit
f66e81a876
2 changed files with 12 additions and 1 deletions
|
|
@ -16,6 +16,9 @@ inputs:
|
|||
required: false
|
||||
projectDir:
|
||||
description: 'Location of Godot project in repository'
|
||||
debugMode:
|
||||
description: 'Whether or not to use `--export-debug`'
|
||||
default: false
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
|
|
@ -25,6 +28,7 @@ runs:
|
|||
- ${{ inputs.subdirectory }}
|
||||
- ${{ inputs.package }}
|
||||
- ${{ inputs.projectDir }}
|
||||
- ${{ inputs.debugMode }}
|
||||
branding:
|
||||
icon: loader
|
||||
color: blue
|
||||
Loading…
Add table
Add a link
Reference in a new issue