Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Bumper versjon og oppdaterer til å kjøre nightly for å omgå denne bug'en
 forcedotcom/cli#2426
  • Loading branch information
torhakon authored Aug 24, 2023
1 parent 60d76e9 commit fdd3194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/installSFDX/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
required: false
sfVersion:
description: "Version for the SF CLI version"
default: "nightly"
default: "2.5.7"
required: false
runs:
using: "composite"
Expand All @@ -17,6 +17,7 @@ runs:
run: |
npm install --global sfdx-cli@${{ inputs.version }}
npm install --global @salesforce/cli@${{ inputs.sfVersion }}
sf update nightly
echo SFDX version: $(sfdx --version)
echo sf version: $(sf --version)
SFDX_DISABLE_DNS_CHECK=true
Expand Down

0 comments on commit fdd3194

Please sign in to comment.