Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
yarn --frozen-lockfile

- uses: technote-space/get-diff-action@v4.0.6
- uses: technote-space/get-diff-action@v6.1.1
id: git_diff_content
with:
PATTERNS: files/**/*.html
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
# package.json.
yarn build ${{ env.GIT_DIFF_CONTENT }}

- uses: technote-space/get-diff-action@v4.0.6
- uses: technote-space/get-diff-action@v6.1.1
with:
PATTERNS: files/**/*.+(png|jpeg|jpg|gif|svg|webp)
ABSOLUTE: true
Expand All @@ -111,7 +111,7 @@ jobs:
export CONTENT_ROOT=$(pwd)/files
yarn filecheck ${{ env.GIT_DIFF_FILES }}

- uses: technote-space/get-diff-action@v4.0.6
- uses: technote-space/get-diff-action@v6.1.1
id: git_diff_redirects
with:
PATTERNS: files/**/_redirects.txt
Expand Down