Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 5845450

Browse files
feat: build for release
1 parent 98fd8d3 commit 5845450

350 files changed

Lines changed: 17681 additions & 218291 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ jobs:
9292
例:(default)
9393
```yaml
9494
DOT: '...'
95-
DIFF_FILTER: 'AM'
95+
DIFF_FILTER: 'AMRC'
9696
```
9797
=>
9898
```shell script
99-
git diff ${FROM}...${TO} '--diff-filter=AM' --name-only
99+
git diff ${FROM}...${TO} '--diff-filter=AMRC' --name-only
100100
```
101101
=>
102102
```

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ If there is no difference in the source code below, this workflow will skip the
9292
e.g. (default)
9393
```yaml
9494
DOT: '...'
95-
DIFF_FILTER: 'AM'
95+
DIFF_FILTER: 'AMRC'
9696
```
9797
=>
9898
```shell script
99-
git diff ${FROM}...${TO} '--diff-filter=AM' --name-only
99+
git diff ${FROM}...${TO} '--diff-filter=AMRC' --name-only
100100
```
101101
=>
102102
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
required: true
1717
DIFF_FILTER:
1818
description: Diff filter.
19-
default: 'AM'
19+
default: 'AMRC'
2020
required: true
2121
SEPARATOR:
2222
description: Separator of diffs.

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"get-diff-action","sha":"b8898ea6bf02e7f85666887044b27984b24b8e45","ref":"refs/tags/v1.2.14","tagName":"v1.2.14","branch":"gh-actions","tags":["v1.2.14","v1.2","v1"],"updated_at":"2020-06-22T18:01:18.947Z"}
1+
{"owner":"technote-space","repo":"get-diff-action","sha":"7a7e190cbf64717fbd03e1a455ba33da4f57ddda","ref":"refs/tags/v2.0.0","tagName":"v2.0.0","branch":"gh-actions","tags":["v2.0.0","v2.0","v2"],"updated_at":"2020-06-26T16:47:26.419Z"}

node_modules/.yarn-integrity

Lines changed: 109 additions & 132 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@octokit/plugin-rest-endpoint-methods/node_modules/@octokit/types/LICENSE renamed to node_modules/@actions/github/node_modules/@octokit/plugin-rest-endpoint-methods/LICENSE

File renamed without changes.

node_modules/@actions/github/node_modules/@octokit/plugin-rest-endpoint-methods/README.md

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)