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 e0ccb99 commit 8cd382dCopy full SHA for 8cd382d
1 file changed
action.yml
@@ -116,10 +116,6 @@ runs:
116
php-matrix composer --mode="${INPUT_MODE}" --source="${INPUT_SOURCE}" "${INPUT_COMPOSER_JSON}" > matrix 2>&1
117
retVal=$?
118
119
- echo "::group::===> Matrix Output"
120
- cat matrix
121
- echo "::endgroup::"
122
-
123
if [ $retVal -ne 0 ]; then
124
echo "::error::Unable to generate matrix"
125
exit 1
@@ -155,4 +151,9 @@ runs:
155
151
echo "If you find this tool useful, I can build you more dev tools like this."
156
152
echo "Let's talk if you are hiring PHP / Ruby / Go developers."
157
153
echo -e "\033[32;m✓\033[0m \033[34;mTang Rufus\033[0m https://typist.tech/contact"
154
+
+ echo ""
+ echo "::group::==> Matrix Output"
+ cat matrix
158
+ echo "::endgroup::"
159
shell: bash
0 commit comments