Skip to content

Commit 3514659

Browse files
committed
remove echo statement on output as its now output
1 parent 732adf3 commit 3514659

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ephemeral.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
bash bin/ephemeral.sh 2>&1 | tee output.log
4545
4646
OUTPUT=$(cat output.log)
47-
echo "$OUTPUT"
4847
NEW_URL=$(echo "$OUTPUT" | grep -Eo 'https://ls-[^ ]+')
4948
5049
if [ -z "$NEW_URL" ]; then

0 commit comments

Comments
 (0)