Skip to content
Permalink
Browse files
lint
  • Loading branch information
Deepak Dahiya authored and GitHub committed May 4, 2022
1 parent 12086c7 commit 60742c2acf15fb091a842c6637748719c83faea2
Showing 1 changed file with 1 addition and 1 deletion.
@@ -62,7 +62,7 @@ async function run(): Promise<void> {
}
}
} catch (error: unknown) {
core.setFailed((error as Error ).message);
core.setFailed((error as Error).message);
}
}

0 comments on commit 60742c2

Please sign in to comment.