We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866ee25 commit fd1c1d4Copy full SHA for fd1c1d4
.github/workflows/pr.yml
@@ -16,8 +16,8 @@ jobs:
16
- uses: actions/checkout@v4
17
- name: Write git diff to temp file
18
run: |
19
- git fetch origin ${{ github.base_ref }}
20
- git diff ${{ github.base_ref }} --unified=0 *.md translations/*/*.md \
+ git fetch origin
+ git diff origin/${{ github.base_ref }} --unified=0 *.md translations/*/*.md \
21
> ${{ runner.temp }}/diff.md
22
- uses: DavidAnson/markdownlint-cli2-action@v17
23
with:
0 commit comments