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