Skip to content

Commit 1ec3a88

Browse files
committed
fixup
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 91bd649 commit 1ec3a88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/markdown.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
steps:
2222
- name: Checkout Repo
2323
uses: actions/checkout@v4
24+
with:
25+
ref: ${{ github.event.pull_request.head.sha }}
26+
#ref: "refs/pull/${{ github.event.number }}/merge" # it's okay to pull the user's changes: we just scan md's
2427

2528
- name: Get changed markdown files
2629
id: changed-markdown-files
@@ -46,6 +49,9 @@ jobs:
4649
steps:
4750
- name: Checkout Repo
4851
uses: actions/checkout@v4
52+
with:
53+
ref: ${{ github.event.pull_request.head.sha }}
54+
#ref: "refs/pull/${{ github.event.number }}/merge" # it's okay to pull the user's changes: we just scan md's
4955

5056
- name: Run markdown linter
5157
continue-on-error: true

0 commit comments

Comments
 (0)