Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
lint
  • Loading branch information
Deepak Dahiya authored and GitHub committed May 4, 2022
1 parent 12086c7 commit 60742c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/restore.ts
Expand Up @@ -62,7 +62,7 @@ async function run(): Promise<void> {
}
}
} catch (error: unknown) {
core.setFailed((error as Error ).message);
core.setFailed((error as Error).message);
}
}

Expand Down

0 comments on commit 60742c2

Please sign in to comment.