From a099a1373bfb793def94f2a3f324067cf3e38c60 Mon Sep 17 00:00:00 2001 From: Alexis Ksigzkiewicz <115569470+AlexisKGZ@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:26:39 +0200 Subject: [PATCH] Update index.js --- dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 53cd0cc..b44b8e5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13225,7 +13225,6 @@ var fnInstallSFDX = function(){ execCommand.run('mkdir', ['-p', 'sfdx-cli']); execCommand.run('tar', ['xJf', 'sf-linux-x64.tar.xz', '-C', 'sfdx-cli', '--strip-components', '1']); execCommand.run('export', ['export PATH=~/sfdx-cli/bin:$PATH']); - execCommand.run('PATH=~/sfdx-cli/bin:$PATH',[]); core.info('=== SFDX cli installed ==='); };