From 3506b4a65a0a74fe0e776ab905093b5a055e2a51 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Mon, 1 Jun 2026 18:13:25 +0900 Subject: [PATCH] fix(ci): use body-path for refresh PR body peter-evans/create-pull-request expects 'body-path', not 'body-file'; the invalid input was ignored so the refresh PR fell back to the default body. Rename so the validation summary + per-source enrich details land in the PR. --- .github/workflows/weekly-refresh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/weekly-refresh.yml b/.github/workflows/weekly-refresh.yml index fc5c575..36e7651 100644 --- a/.github/workflows/weekly-refresh.yml +++ b/.github/workflows/weekly-refresh.yml @@ -161,7 +161,7 @@ jobs: site/public/openapi.json commit-message: "chore(data): weekly refresh ${{ steps.meta.outputs.date }}" title: "chore(data): weekly refresh ${{ steps.meta.outputs.date }}" - body-file: pr-body.md + body-path: pr-body.md committer: techengine-bot author: techengine-bot delete-branch: true