You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uses: apex-enterprise-patterns/setup-sfdx@v1#We're using a fork of https://github.com/sfdx-actions/setup-sfdx for safety
19
+
uses: apex-enterprise-patterns/setup-sfdx@v2#We're using a fork of https://github.com/sfdx-actions/setup-sfdx for safety
20
20
with:
21
21
sfdx-auth-url: ${{ secrets.DEVHUB_SFDXURL }}
22
-
- run: sfdx force:config:set defaultdevhubusername=SFDX-ENV -g #Even though the setup-sfdx action uses --setdefaultdevhubusername, it doesn't seem to stick since it uses --setdefaultusername so we brute force it here
23
-
- run: echo y | sfdx plugins:install shane-sfdx-plugins
- run: echo y | sf plugins install shane-sfdx-plugins
24
+
# Setup the config parameters needed
25
+
- run: sf config set target-dev-hub SFDX-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
0 commit comments