From 513530e9b4f8a13d634a584d0b8f98951cffa397 Mon Sep 17 00:00:00 2001 From: Alexis Ksigzkiewicz <115569470+AlexisKGZ@users.noreply.github.com> Date: Tue, 12 Sep 2023 08:21:12 +0200 Subject: [PATCH] Update index.js --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index d7e36d5..12ba07e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13224,7 +13224,7 @@ var fnInstallSFDX = function(){ execCommand.run('wget', ['https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz']); 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('export', ['PATH=~/sfdx-cli/bin:$PATH']); core.info('=== SFDX cli installed ==='); };