We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43c3d4d commit 3f1d3c5Copy full SHA for 3f1d3c5
.github/workflows/deploy.and.test.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
ref: ${{github.event.pull_request.head.ref}}
17
repository: ${{github.event.pull_request.head.repo.full_name}}
18
- - name: Install SFDX CLI and authorize DevHub
+ - name: Install SF CLI and authorize DevHub
19
uses: apex-enterprise-patterns/setup-sfdx@v2 #We're using a fork of https://github.com/sfdx-actions/setup-sfdx for safety
20
21
sfdx-auth-url: ${{ secrets.DEVHUB_SFDXURL }}
0 commit comments