mirror of
https://github.com/actions/cache.git
synced 2024-12-27 14:28:01 +08:00
Fix formatting
This commit is contained in:
parent
86cfa8a0c6
commit
2815c5ac2f
@ -66,7 +66,6 @@ async function run() {
|
|||||||
|
|
||||||
const stream = fs.createReadStream(archivePath);
|
const stream = fs.createReadStream(archivePath);
|
||||||
await cacheHttpClient.saveCache(stream, primaryKey);
|
await cacheHttpClient.saveCache(stream, primaryKey);
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.warning(error.message);
|
core.warning(error.message);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user