Skip to content

Commit fc70229

Browse files
authored
fix(io): fix typo (#443)
1 parent 6773ad2 commit fc70229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export async function checkInputs() {
135135
value = getInput('fetch')
136136
}
137137

138-
core.debug(`Currrent fetch option: '${value}' (parsed as ${typeof value})`)
138+
core.debug(`Current fetch option: '${value}' (parsed as ${typeof value})`)
139139
}
140140
// #endregion
141141

0 commit comments

Comments
 (0)