Fix formatting

pull/26/head
Adam Dobrawy 6 years ago committed by GitHub
parent 86cfa8a0c6
commit 2815c5ac2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,6 @@ async function run() {
const stream = fs.createReadStream(archivePath);
await cacheHttpClient.saveCache(stream, primaryKey);
} catch (error) {
core.warning(error.message);
}

Loading…
Cancel
Save