Skip to content

Commit a01633e

Browse files
committed
remove invalid bash, same check happens on 541
1 parent c4e2700 commit a01633e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,10 +542,6 @@ runs:
542542
echo "❌ Invalid characters in local-dev-cli-path"
543543
exit 1
544544
fi
545-
546-
if "$RAW" in [!A-Za-z0-9_./-]; then
547-
echo "❌ bad chars" ; exit 1
548-
fi
549545
550546
if [[ "$RAW" =~ \.\. || "$RAW" == : || "$RAW" != /* ]]; then
551547
echo "❌ traversal/colon/relative not allowed"; exit 1

0 commit comments

Comments
 (0)