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 586167d commit f2d6ff4Copy full SHA for f2d6ff4
1 file changed
action.yml
@@ -113,7 +113,7 @@ runs:
113
- name: Generate Matrix
114
id: generate-matrix
115
run: |
116
- php-matrix composer --no-ansi --mode="${INPUT_MODE}" --source="${INPUT_SOURCE}" "${INPUT_COMPOSER_JSON}" > matrix 2>&1
+ php-matrix composer --mode="${INPUT_MODE}" --source="${INPUT_SOURCE}" "${INPUT_COMPOSER_JSON}" > matrix 2>&1
117
retVal=$?
118
119
if [ $retVal -ne 0 ]; then
0 commit comments