mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-19 11:36:18 +02:00
format
This commit is contained in:
parent
226c25a2b7
commit
b134ca8d48
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ async function run(): Promise<void> {
|
||||||
|
|
||||||
const state = utils.getCacheState();
|
const state = utils.getCacheState();
|
||||||
|
|
||||||
let primaryKey: string = '';
|
let primaryKey: string = "";
|
||||||
const reeval = core.getBooleanInput(Inputs.Reeval);
|
const reeval = core.getBooleanInput(Inputs.Reeval);
|
||||||
if (!reeval) {
|
if (!reeval) {
|
||||||
// Inputs are reevaluted before the post action, so we want the original key used for restore
|
// Inputs are reevaluted before the post action, so we want the original key used for restore
|
||||||
|
|
Loading…
Add table
Reference in a new issue