mirror of
https://code.forgejo.org/actions/setup-go
synced 2025-06-15 14:54:09 +02:00
format
This commit is contained in:
parent
2905db4069
commit
db58e98a43
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ const cachePackages = async () => {
|
|||
);
|
||||
|
||||
if (nonExistingPaths.length === cachePaths.length) {
|
||||
core.warning(`There are no cache folders on the disk`);
|
||||
core.warning("There are no cache folders on the disk");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue