sfdx-actions / setup-sfdx

Salesforce SFDX CLI GitHub Action
MIT License
81 stars 28 forks source link

Allow override of URL to download SFDX CLI tarball #9

Open daveespo opened 3 years ago

daveespo commented 3 years ago

We have gotten burned a few times by always running the 'latest' SFDX CLI in our CI workflow. The most recent example of this was over here:

https://github.com/forcedotcom/cli/issues/1165

This pull request adds a new input for the Action so that the URL to the tarball can be overridden in the workflow file to pin your workflow to a stable version of the CLI

This PR builds upon my other PR that still is awaiting merge (https://github.com/sfdx-actions/setup-sfdx/pull/8)