From 6406ddf5d04ec2ee2a000685ad26655433048c9f Mon Sep 17 00:00:00 2001 From: Jesse Dijkstra Date: Tue, 23 Apr 2024 16:11:48 +0200 Subject: [PATCH] Fix indentation --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c89bd9b..c300981 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ inputs: deno-version: description: The Deno version to install. Can be a semver version of a stable release, "canary" for the latest canary, or the Git hash of a specific canary release. default: "1.x" - deno-version-file: + deno-version-file: description: File containing the Deno version to install such as .dvmrc or .tool-versions. Overridden by deno-version. outputs: deno-version: