mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-04 13:37:46 +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();
|
||||
|
||||
let primaryKey : string;
|
||||
if (core.getInput(Inputs.ReevaluateKey)?.toLowerCase() === 'true') {
|
||||
let primaryKey: string;
|
||||
if (core.getInput(Inputs.ReevaluateKey)?.toLowerCase() === "true") {
|
||||
// Inputs are re-evaluated before the post action
|
||||
primaryKey = core.getInput(Inputs.Key);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue