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 ebe0a0e commit ab48496Copy full SHA for ab48496
phpstan-action.bash
@@ -21,6 +21,7 @@ then
21
read -rasplitIFS<<< "$ACTION_PATH"
22
for path in "${splitIFS[@]]}"
23
do
24
+ echo "DEBUG: adding path - $path"
25
command_string+=("$path")
26
done
27
fi
0 commit comments