Skip to content

Commit c7b4eeb

Browse files
committed
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.
1 parent e92aad8 commit c7b4eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/weekly-refresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
site/public/openapi.json
162162
commit-message: "chore(data): weekly refresh ${{ steps.meta.outputs.date }}"
163163
title: "chore(data): weekly refresh ${{ steps.meta.outputs.date }}"
164-
body-file: pr-body.md
164+
body-path: pr-body.md
165165
committer: techengine-bot <techengine-bot@users.noreply.github.com>
166166
author: techengine-bot <techengine-bot@users.noreply.github.com>
167167
delete-branch: true

0 commit comments

Comments
 (0)