Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ runs:
php-matrix composer --mode="${INPUT_MODE}" --source="${INPUT_SOURCE}" "${INPUT_COMPOSER_JSON}" > matrix 2>&1
retVal=$?

echo "::group::===> Matrix Output"
cat matrix
echo "::endgroup::"

if [ $retVal -ne 0 ]; then
echo "::error::Unable to generate matrix"
exit 1
Expand Down Expand Up @@ -155,4 +151,9 @@ runs:
echo "If you find this tool useful, I can build you more dev tools like this."
echo "Let's talk if you are hiring PHP / Ruby / Go developers."
echo -e "\033[32;m✓\033[0m \033[34;mTang Rufus\033[0m https://typist.tech/contact"

echo ""
echo "::group::==> Matrix Output"
cat matrix
echo "::endgroup::"
shell: bash
Loading