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 12f89dc commit 59624e4Copy full SHA for 59624e4
.github/workflows/create-org-and-deploy.yaml
@@ -62,8 +62,8 @@ jobs:
62
63
# Push code to org
64
65
- - name: Deploy force-app to Org
66
- run: sfdx force:source:deploy -p force-app --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"
+ - name: Deploy to Org
+ run: sfdx force:source:deploy --targetusername "${{env.ORG_ALIAS_PREFIX}}${{github.run_number}}"
67
68
# Run All Unit Tests
69
0 commit comments