fix(io): fix typo (#443)

This commit is contained in:
Gabor Greif
2022-10-17 11:29:59 +02:00
committed by GitHub
parent 6773ad24bd
commit fc70229fd7

View File

@@ -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