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