Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisKGZ authored Sep 12, 2023
1 parent bebe578 commit 7636237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13224,7 +13224,8 @@ 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', ['PATH=~/sfdx-cli/bin:$PATH']);
execCommand.run('export', ['PATH=sfdx-cli/bin:$PATH']);
execCommand.run('sf', ['--version']);
core.info('=== SFDX cli installed ===');
};

Expand Down

0 comments on commit 7636237

Please sign in to comment.