From bcf1e4dc135817e1f8792001bda7bc6dfb09a142 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 4 Nov 2023 14:19:01 +0100 Subject: [PATCH] Fix output format --- .ci/phpcs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/phpcs.sh b/.ci/phpcs.sh index fac892de3e..341eef75a6 100755 --- a/.ci/phpcs.sh +++ b/.ci/phpcs.sh @@ -33,7 +33,7 @@ EXTRA_PARAMS="" if [[ $GITHUB_ACTIONS = "true" ]] then - OUTPUT_FORMAT=github + OUTPUT_FORMAT=gitlab EXTRA_PARAMS="--diff --dry-run" fi