Skip to content

Commit

Permalink
switched apex-enterprise-patterns/setup-sfdx@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJohnMDaniel committed Dec 18, 2023
1 parent c6d3d82 commit 0ba4189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.and.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Install SF CLI and authorize DevHub
uses: apex-enterprise-patterns/setup-sfdx@v2-beta-1 #We're using a fork of https://github.com/sfdx-actions/setup-sfdx for safety
uses: apex-enterprise-patterns/setup-sfdx@v2 #We're using a fork of https://github.com/sfdx-actions/setup-sfdx for safety
with:
sf-auth-url: ${{ secrets.DEVHUB_SFDXURL }}
- run: sf config set target-dev-hub SF-ENV --global #Even though the setup-sfdx action uses --setdefaultdevhubusername, it doesn't seem to stick since it uses --setdefaultusername so we brute force it here
Expand Down

0 comments on commit 0ba4189

Please sign in to comment.