We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7403b commit 9c30063Copy full SHA for 9c30063
.github/workflows/ci.yml
@@ -130,7 +130,7 @@ jobs:
130
USERNAME: ${{ steps.generate-username.outputs.username }}
131
run: |
132
set -euo pipefail
133
- echo y | sf org list --all --clean
+ echo y | sf org list --all --clean --verbose
134
sf org
135
sf org create scratch \
136
--definition-file config/project-scratch-def.json \
0 commit comments