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 b9c2acf commit a947fadCopy full SHA for a947fad
phpstan-action.bash
@@ -43,7 +43,7 @@ fi
43
44
if [ -n "$ACTION_ERROR_FORMAT" ]
45
then
46
- command_string+=(--error-format="ACTION_ERROR_FORMAT")
+ command_string+=(--error-format="$ACTION_ERROR_FORMAT")
47
fi
48
49
if [ -n "$ACTION_GENERATE_BASELINE" ]
0 commit comments