diff options
Diffstat (limited to '.github/actions/godot-converter-test/action.yml')
-rw-r--r-- | .github/actions/godot-converter-test/action.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/actions/godot-converter-test/action.yml b/.github/actions/godot-converter-test/action.yml index 919a76e693..ffd558d98b 100644 --- a/.github/actions/godot-converter-test/action.yml +++ b/.github/actions/godot-converter-test/action.yml @@ -1,11 +1,13 @@ name: Test Godot project converter description: Test the Godot project converter. + inputs: bin: description: The path to the Godot executable required: true + runs: - using: "composite" + using: composite steps: - name: Test 3-to-4 conversion shell: sh |