We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e2700 commit a01633eCopy full SHA for a01633e
action.yml
@@ -542,10 +542,6 @@ runs:
542
echo "❌ Invalid characters in local-dev-cli-path"
543
exit 1
544
fi
545
-
546
- if "$RAW" in [!A-Za-z0-9_./-]; then
547
- echo "❌ bad chars" ; exit 1
548
- fi
549
550
if [[ "$RAW" =~ \.\. || "$RAW" == : || "$RAW" != /* ]]; then
551
echo "❌ traversal/colon/relative not allowed"; exit 1
0 commit comments