mirror of
https://github.com/actions/setup-go.git
synced 2025-06-30 13:13:43 +00:00
Do not abort build on save cache error
This commit is contained in:
parent
e1350d01c5
commit
c09fdc8076
3 changed files with 7 additions and 7 deletions
2
dist/cache-save/index.js
vendored
2
dist/cache-save/index.js
vendored
|
@ -60356,7 +60356,7 @@ function run() {
|
|||
if (typeof error === 'string') {
|
||||
message = error;
|
||||
}
|
||||
core.setFailed(message);
|
||||
core.warning(message);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue