Skip to content

Commit fd1c1d4

Browse files
committed
Another change 6
1 parent 866ee25 commit fd1c1d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Write git diff to temp file
1818
run: |
19-
git fetch origin ${{ github.base_ref }}
20-
git diff ${{ github.base_ref }} --unified=0 *.md translations/*/*.md \
19+
git fetch origin
20+
git diff origin/${{ github.base_ref }} --unified=0 *.md translations/*/*.md \
2121
> ${{ runner.temp }}/diff.md
2222
- uses: DavidAnson/markdownlint-cli2-action@v17
2323
with:

0 commit comments

Comments
 (0)