Skip to content

Commit 3b164d3

Browse files
committed
contd.
1 parent bb24e38 commit 3b164d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ jobs:
130130
USERNAME: ${{ steps.generate-username.outputs.username }}
131131
run: |
132132
set -euo pipefail
133-
echo y | sf org list --all --clean --verbose
134-
sf org logout --target-org "$USERNAME" --no-prompt
133+
sf org list --all --clean --no-prompt --verbose
135134
sf org create scratch \
136135
--definition-file config/project-scratch-def.json \
137136
--duration-days 1 \

0 commit comments

Comments
 (0)