mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-19 19:46:17 +02:00
Fix formatting
This commit is contained in:
parent
86cfa8a0c6
commit
2815c5ac2f
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue