mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-06-09 07:51:15 +08:00
Removed unused code
This commit is contained in:
parent
407044787b
commit
1ddc49105d
7 changed files with 12 additions and 32 deletions
|
@ -10,7 +10,7 @@ async function restoreImpl(
|
|||
): Promise<string | undefined> {
|
||||
try {
|
||||
if (!utils.isCacheFeatureAvailable()) {
|
||||
utils.setCacheHitOutput(false);
|
||||
core.setOutput(Outputs.CacheHit, "false");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue