chore: enable github folder typo check and fix typos (#6128)

This commit is contained in:
yinheli
2025-05-20 12:20:07 +08:00
committed by GitHub
parent 955ad644f7
commit 8d36ffb4e1
7 changed files with 17 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ set -e
# - If it's a nightly build, the version is 'nightly-YYYYMMDD-$(git rev-parse --short HEAD)', like 'nightly-20230712-e5b243c'.
# create_version ${GIHUB_EVENT_NAME} ${NEXT_RELEASE_VERSION} ${NIGHTLY_RELEASE_PREFIX}
function create_version() {
# Read from envrionment variables.
# Read from environment variables.
if [ -z "$GITHUB_EVENT_NAME" ]; then
echo "GITHUB_EVENT_NAME is empty" >&2
exit 1