mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-05 10:12:55 +01:00
Linting
This commit is contained in:
parent
a8adbe4b05
commit
d788427754
1 changed files with 4 additions and 1 deletions
|
@ -78,7 +78,10 @@ async function run(): Promise<void> {
|
|||
utils.setCacheState(cacheEntry);
|
||||
|
||||
// Download the cache from the cache entry
|
||||
await cacheHttpClient.downloadCache(cacheEntry?.archiveLocation, archivePath);
|
||||
await cacheHttpClient.downloadCache(
|
||||
cacheEntry?.archiveLocation,
|
||||
archivePath
|
||||
);
|
||||
|
||||
const archiveFileSize = utils.getArchiveFileSize(archivePath);
|
||||
core.info(
|
||||
|
|
Loading…
Reference in a new issue