mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-22 00:33:57 +08:00
UPDATE cache restore
Fails the caches when there is random failure like a connection timeout
This commit is contained in:
parent
c7c46bcb6d
commit
c1d226baa6
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ async function run(): Promise<void> {
|
|||
}
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
utils.setCacheHitOutput(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue