-
Notifications
You must be signed in to change notification settings - Fork 22.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump technote-space/get-diff-action from 6.1.1 to 6.1.2 (#…
- Loading branch information
1 parent
e826ecd
commit 0783181
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,7 +98,7 @@ jobs: | |
echo "After..." | ||
du -sh build | ||
- uses: technote-space/[email protected].1 | ||
- uses: technote-space/[email protected].2 | ||
with: | ||
PATTERNS: files/**/*.+(png|jpeg|jpg|gif|svg|webp) | ||
ABSOLUTE: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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].1 | ||
- uses: technote-space/[email protected].2 | ||
id: git_diff_content | ||
with: | ||
PATTERNS: files/**/*.+(html|md) | ||
|
@@ -143,7 +143,7 @@ jobs: | |
name: build | ||
path: build/ | ||
|
||
- uses: technote-space/[email protected].1 | ||
- uses: technote-space/[email protected].2 | ||
with: | ||
PATTERNS: files/**/*.+(png|jpeg|jpg|gif|svg|webp) | ||
ABSOLUTE: true | ||
|
@@ -157,7 +157,7 @@ jobs: | |
export CONTENT_ROOT=$(pwd)/files | ||
yarn filecheck ${{ env.GIT_DIFF_FILES }} | ||
- uses: technote-space/[email protected].1 | ||
- uses: technote-space/[email protected].2 | ||
id: git_diff_redirects | ||
with: | ||
PATTERNS: files/**/_redirects.txt | ||
|