Skip to content

Commit f2d6ff4

Browse files
committed
Always echo matrix output
1 parent 586167d commit f2d6ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ runs:
113113
- name: Generate Matrix
114114
id: generate-matrix
115115
run: |
116-
php-matrix composer --no-ansi --mode="${INPUT_MODE}" --source="${INPUT_SOURCE}" "${INPUT_COMPOSER_JSON}" > matrix 2>&1
116+
php-matrix composer --mode="${INPUT_MODE}" --source="${INPUT_SOURCE}" "${INPUT_COMPOSER_JSON}" > matrix 2>&1
117117
retVal=$?
118118
119119
if [ $retVal -ne 0 ]; then

0 commit comments

Comments
 (0)