feat: 在 action.yml 中添加空行以增强输出信息的可读性

This commit is contained in:
严浩
2024-10-12 15:53:23 +08:00
parent dd74c0faa2
commit 64ad47eb05

View File

@ -73,9 +73,11 @@ runs:
nodeVersion="lts/*"
echo "##########################################################"
echo "Node version not found in .npmrc. Using default: $nodeVersion"
echo ""
else
echo "##########################################################"
echo "Node version found in .npmrc: $nodeVersion"
echo ""
fi
echo "node-version=$nodeVersion" >> $GITHUB_OUTPUT