mirror of
https://github.com/Swatinem/rust-cache
synced 2025-04-26 05:15:35 +00:00
2.2.0
This commit is contained in:
parent
ecee04e7b3
commit
359a70e43a
4 changed files with 9 additions and 4 deletions
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue