mirror of https://github.com/actions/cache.git
Prettify to fix check
This commit is contained in:
parent
5dbe0df524
commit
1e55496f3d
|
@ -27,7 +27,7 @@ async function run(): Promise<void> {
|
|||
const state = utils.getCacheState();
|
||||
|
||||
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
|
||||
primaryKey = core.getInput(Inputs.Key);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue