diff options
Diffstat (limited to '.github/actions/godot-project-test/action.yml')
-rw-r--r-- | .github/actions/godot-project-test/action.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/actions/godot-project-test/action.yml b/.github/actions/godot-project-test/action.yml index fd8c024a37..36448cd50a 100644 --- a/.github/actions/godot-project-test/action.yml +++ b/.github/actions/godot-project-test/action.yml @@ -1,11 +1,13 @@ name: Test Godot project description: Run the test Godot project. + inputs: bin: description: The path to the Godot executable required: true + runs: - using: "composite" + using: composite steps: # Download and extract zip archive with project, folder is renamed to be able to easy change used project - name: Download test project |