0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 06:10:49 +08:00

更新 GitHub Actions 工作流,添加调试日志级别并优化配置检查步骤

This commit is contained in:
严浩
2024-10-10 17:10:17 +08:00
parent 08a89facb9
commit adf769de17

View File

@ -10,8 +10,11 @@ jobs:
- uses: yanhao98/composite-actions/setup-node-environment@main
- name: 检查配置
run: |
pnpm renovate-config-validator
pnpm run validator
set -ex
pnpm renovate-config-validator;
pnpm run validator;
LOG_LEVEL=debug pnpm dlx renovate --token= --platform=local --dry-run # DEBUG: packageFiles with updates (repository=local);
- name: for regex
run: npx semantic-release@24