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