Skip to content

Commit 76095c8

Browse files
committed
missing -r
1 parent ed63a71 commit 76095c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ runs:
183183
VALUE="$(printf "%.0f" "$PCT")%"
184184
185185
# --- 2) Compute color with 0->33->66->100 anchors (smooth) ---
186-
read HEX < <(awk -v p="$PCT" '
186+
read -r HEX < <(awk -v p="$PCT" '
187187
function hsl2hex(h,s,l, c,x,m,r,g,b,R,G,B) {
188188
c=(1 - ((2*l-1)<0?-(2*l-1):(2*l-1))) * s
189189
hprime=h/60.0

0 commit comments

Comments
 (0)