summaryrefslogtreecommitdiffstats
path: root/.github/actions/godot-project-test/action.yml
diff options
context:
space:
mode:
authorThaddeus Crews <repiteo@outlook.com>2024-07-08 10:41:20 -0500
committerThaddeus Crews <repiteo@outlook.com>2024-09-13 08:06:53 -0500
commit41a81f5360d231b4da75ef6debf42bdb39404b78 (patch)
treed5b8138905446635f8e08c413e77fc085ff4e44e /.github/actions/godot-project-test/action.yml
parent74de05a01c8716a42d4e3427f607d7bea76b35e5 (diff)
downloadredot-engine-41a81f5360d231b4da75ef6debf42bdb39404b78.tar.gz
Style: Format yaml files
Diffstat (limited to '.github/actions/godot-project-test/action.yml')
-rw-r--r--.github/actions/godot-project-test/action.yml4
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