Prettify to fix check
This commit is contained in:
@@ -26,8 +26,8 @@ async function run(): Promise<void> {
|
|||||||
|
|
||||||
const state = utils.getCacheState();
|
const state = utils.getCacheState();
|
||||||
|
|
||||||
let primaryKey : string;
|
let primaryKey: string;
|
||||||
if (core.getInput(Inputs.ReevaluateKey)?.toLowerCase() === 'true') {
|
if (core.getInput(Inputs.ReevaluateKey)?.toLowerCase() === "true") {
|
||||||
// Inputs are re-evaluated before the post action
|
// Inputs are re-evaluated before the post action
|
||||||
primaryKey = core.getInput(Inputs.Key);
|
primaryKey = core.getInput(Inputs.Key);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user