Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump technote-space/get-diff-action from 6.1.0 to 6.1.2 #286

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/on-demand-preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
echo "After..."
du -sh build

- uses: technote-space/[email protected].0
- uses: technote-space/[email protected].2
with:
PATTERNS: files/**/*.+(png|jpeg|jpg|gif|svg|webp)
ABSOLUTE: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# Now, this gets used by the `git diff ...` inside get-diff-action.
git config --global core.quotePath false

- uses: technote-space/[email protected].0
- uses: technote-space/[email protected].2
id: git_diff_content
with:
PATTERNS: files/**/*.+(html|md)
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
name: build
path: build/

- uses: technote-space/[email protected].0
- uses: technote-space/[email protected].2
with:
PATTERNS: files/**/*.+(png|jpeg|jpg|gif|svg|webp)
ABSOLUTE: true
Expand All @@ -157,7 +157,7 @@ jobs:
export CONTENT_ROOT=$(pwd)/files
yarn filecheck ${{ env.GIT_DIFF_FILES }}

- uses: technote-space/[email protected].0
- uses: technote-space/[email protected].2
id: git_diff_redirects
with:
PATTERNS: files/**/_redirects.txt
Expand Down