fix(cli_: avoid updating variable when unecessary
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user