Fix output format

This commit is contained in:
James Cole
2023-11-04 14:19:01 +01:00
parent ba0843d0bb
commit bcf1e4dc13

View File

@@ -33,7 +33,7 @@ EXTRA_PARAMS=""
if [[ $GITHUB_ACTIONS = "true" ]]
then
OUTPUT_FORMAT=github
OUTPUT_FORMAT=gitlab
EXTRA_PARAMS="--diff --dry-run"
fi