Minor fix to echo.
This commit is contained in:
parent
35fdd91f0f
commit
17fec907ec
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
version=$1
|
||||
packages=${@:2}
|
||||
|
||||
echo -n "::group::Validate Action Arguments";
|
||||
echo "::group::Validate Action Arguments";
|
||||
|
||||
echo $version | grep -o " " > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
|
|
Loading…
Reference in a new issue