From 11589640849ce5bd1bab945c694bb418cb06cb15 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sat, 7 Nov 2020 20:18:26 -0500 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 92c8a2e..51d3ed0 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: default: false projectDir: description: 'Location of Godot project in repository' - default: "" + default: "." debugMode: description: 'Whether or not to use `--export-debug`' default: false @@ -32,4 +32,4 @@ runs: - ${{ inputs.debugMode }} branding: icon: loader - color: blue \ No newline at end of file + color: blue