fix(cli_: avoid updating variable when unecessary

This commit is contained in:
Ruben Fiszel
2023-12-14 09:31:11 +01:00
parent 41947274cc
commit 7145fc54b9
2 changed files with 3 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ export async function pushVariable(
workspace: workspace,
path: remotePath.replaceAll("\\", "/"),
decryptSecret: plainSecrets,
includeEncrypted: true,
});
log.debug(`Variable ${remotePath} exists on remote`);
} catch {