Skip to content

Commit be545da

Browse files
Error text fix
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
1 parent d7bfde2 commit be545da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-test-matrices/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383
run: |
8484
SERVERS=`jq length <<< '${{ steps.load-server-matrix.outputs.server-matrix }}'`
8585
if [[ $SERVERS == 0 ]]; then
86-
echo "Server matrix is empty!"
86+
echo "Server version matrix is empty!"
8787
exit 1
8888
fi
8989
HOSTS=`jq length <<< '${{ steps.load-os-matrix.outputs.os-matrix }}'`
@@ -93,6 +93,6 @@ runs:
9393
fi
9494
LANGS=`jq length <<< '${{ steps.create-lang-version-matrix.outputs.version-matrix }}'`
9595
if [[ $LANGS == 0 ]]; then
96-
echo "Language matrix is empty!"
96+
echo "Dotnet version matrix is empty!"
9797
exit 1
9898
fi

0 commit comments

Comments
 (0)