UPDATE cache restore

Fails the caches when there is random failure like a connection timeout
pull/751/head
Marcus Lau 3 years ago committed by GitHub
parent c7c46bcb6d
commit c1d226baa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,6 +65,7 @@ async function run(): Promise<void> {
} }
} catch (error) { } catch (error) {
core.setFailed(error.message); core.setFailed(error.message);
utils.setCacheHitOutput(false);
} }
} }

Loading…
Cancel
Save