mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-12 00:47:47 +02:00
Prettify to fix check
This commit is contained in:
parent
5dbe0df524
commit
1e55496f3d
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue