From fc70229fd70b096526816f1b45d4d6a2c6601742 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 17 Oct 2022 11:29:59 +0200 Subject: [PATCH] fix(io): fix typo (#443) --- src/io.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/io.ts b/src/io.ts index df26ea5..f7733e1 100644 --- a/src/io.ts +++ b/src/io.ts @@ -135,7 +135,7 @@ export async function checkInputs() { value = getInput('fetch') } - core.debug(`Currrent fetch option: '${value}' (parsed as ${typeof value})`) + core.debug(`Current fetch option: '${value}' (parsed as ${typeof value})`) } // #endregion