mirror of
https://github.com/actions/setup-go.git
synced 2025-09-09 03:33:38 -06:00
Fix changes requests
This commit is contained in:
parent
99b2e737de
commit
fa1068afe0
3 changed files with 13 additions and 4 deletions
|
@ -68,8 +68,8 @@ export async function run() {
|
|||
packageManager,
|
||||
cacheDependencyPath
|
||||
);
|
||||
} catch (e) {
|
||||
core.warning(`Restore cache failed: ${e.message}`);
|
||||
} catch (error) {
|
||||
core.warning(`Restore cache failed: ${error.message}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue