fix: 暂时移除版本号更新功能
This commit is contained in:
9
.github/workflows/jsonDataValidation.yml
vendored
9
.github/workflows/jsonDataValidation.yml
vendored
@@ -166,16 +166,9 @@ jobs:
|
|||||||
echo "build/validate.py不存在,跳过获取步骤"
|
echo "build/validate.py不存在,跳过获取步骤"
|
||||||
else
|
else
|
||||||
echo "build/validate.py已存在,检查文件头部"
|
echo "build/validate.py已存在,检查文件头部"
|
||||||
head -n 10 build/validate.py
|
head -n 5 build/validate.py
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 检查文件执行权限
|
|
||||||
chmod +x build/validate.py
|
|
||||||
|
|
||||||
# 检查文件编码
|
|
||||||
echo "检查文件编码:"
|
|
||||||
file build/validate.py
|
|
||||||
|
|
||||||
- name: Get PR information for workflow_dispatch
|
- name: Get PR information for workflow_dispatch
|
||||||
if: ${{ steps.set_env.outputs.trigger_type == 'manual' && steps.set_env.outputs.pr_number != '' }}
|
if: ${{ steps.set_env.outputs.trigger_type == 'manual' && steps.set_env.outputs.pr_number != '' }}
|
||||||
id: pr_info
|
id: pr_info
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user