mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-07-19 07:11:24 +03:00
2.2.0
This commit is contained in:
3
dist/save/index.js
vendored
3
dist/save/index.js
vendored
@ -64922,7 +64922,8 @@ process.on("uncaughtException", (e) => {
|
||||
}
|
||||
});
|
||||
async function run() {
|
||||
if (!cache.isFeatureAvailable()) {
|
||||
const save = core.getInput("save-if").toLowerCase() || "true";
|
||||
if (!(cache.isFeatureAvailable() && save === "true")) {
|
||||
return;
|
||||
}
|
||||
try {
|
||||
|
Reference in New Issue
Block a user