Skip to content

Commit e5d8f1c

Browse files
committed
fixed checkout on pr head
Signed-off-by: Frederic BIDON <[email protected]>
1 parent d74e411 commit e5d8f1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/doc-update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ jobs:
153153
report: ${{ steps.report-exists.outputs.report }}
154154
steps:
155155
- uses: actions/checkout@v5
156+
with:
157+
ref: ${{ github.event.pull_request.head.sha }}
156158

157159
- name: Checkout spellcheck config
158160
uses: actions/checkout@v5

0 commit comments

Comments
 (0)