mirror of
https://github.com/yanhao98/renovate-example.git
synced 2025-07-13 05:50:49 +08:00
更新 GitHub Actions 工作流,添加调试日志级别并优化配置检查步骤
This commit is contained in:
7
.github/workflows/检查配置.yaml
vendored
7
.github/workflows/检查配置.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user