Skip to content

Commit

Permalink
checking done
Browse files Browse the repository at this point in the history
  • Loading branch information
sahitya-chandra committed Feb 12, 2025
1 parent 4732cd9 commit 171ce55
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,7 @@ jobs:
echo "❌ $var is empty or not set"
has_empty=true
else
# Show first 4 chars and mask the rest with asterisks
local visible="${value:0:4}"
local masked=""
local remainder=$((${#value} - 4))
for ((i=0; i<remainder; i++)); do
masked="${masked}*"
done
echo "✓ $var is set (value starts with: ${visible}${masked})"
echo "✓ $var is set"
fi
}
Expand Down

0 comments on commit 171ce55

Please sign in to comment.