[2025-06-26] 测试 workflow
Some checks failed
Publish to Confluence / confluence (push) Failing after 16s

This commit is contained in:
liuxiaohua 2025-06-26 14:11:58 +08:00
parent 3e74af9d4a
commit e516f21e36
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ on:
env: env:
SEPARATOR: "," # 定义多文件分割符 SEPARATOR: "," # 定义多文件分割符
START_PREFIX: "<!--" # 定义需要同步的文件 START_PREFIX: "<!--" # 定义需要同步的文件
HOME: /workspace HOME: ./.git
jobs: jobs:
confluence: confluence:

View File

@ -30,6 +30,7 @@
## 变更记录 ## 变更记录
- 修复存在 RequestInterceptor 的情况下token 无法向下游透传的BUG - 修复存在 RequestInterceptor 的情况下token 无法向下游透传的BUG
- 添加 feign error decoder
## 功能特性 ## 功能特性