1
0
Fork 0
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:
Matt Johnson-Pint 2022-11-19 23:54:40 -08:00
parent 5dbe0df524
commit 1e55496f3d
No known key found for this signature in database
GPG key ID: FC13C394A988CF1D

View file

@ -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 {