Skip to content

Commit

Permalink
remove echo statement on output as its now output
Browse files Browse the repository at this point in the history
  • Loading branch information
lukqw committed Dec 3, 2024
1 parent 732adf3 commit 3514659
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ephemeral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
bash bin/ephemeral.sh 2>&1 | tee output.log
OUTPUT=$(cat output.log)
echo "$OUTPUT"
NEW_URL=$(echo "$OUTPUT" | grep -Eo 'https://ls-[^ ]+')
if [ -z "$NEW_URL" ]; then
Expand Down

0 comments on commit 3514659

Please sign in to comment.