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

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2020
1 parent 7d7edc4 commit d2f0f31
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v2
- uses: technote-space/get-diff-action@v3
with:
PREFIX_FILTER: |
src
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v2
- uses: technote-space/get-diff-action@v3
id: git_diff
with:
SUFFIX_FILTER: .php
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v2
- uses: technote-space/get-diff-action@v3
with:
PREFIX_FILTER: |
src
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: technote-space/get-diff-action@v2
- uses: technote-space/get-diff-action@v3
id: git_diff
with:
SUFFIX_FILTER: .php
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ inputs:
description: Prefix filter.
required: false
PREFIX_FILTER_FLAGS:
description: test
description: RegExp flags of prefix filter.
default: ''
required: false
SUFFIX_FILTER:
description: Suffix filter.
required: false
SUFFIX_FILTER_FLAGS:
description: test
description: RegExp flags of suffix filter.
default: 'i'
required: false
FILES:
Expand Down
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"technote-space","repo":"get-diff-action","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v2.0.4","branch":"gh-actions","tags":["test/v2.0.4","test/v2.0","test/v2"],"updated_at":"2020-08-08T14:37:27.237Z"}
{"owner":"technote-space","repo":"get-diff-action","sha":"7488d87a9422e7508630fb6b0348547c57dc2b3a","ref":"refs/tags/v3.0.0","tagName":"v3.0.0","branch":"gh-actions","tags":["v3.0.0","v3.0","v3"],"updated_at":"2020-08-08T15:08:49.785Z"}
2 changes: 1 addition & 1 deletion node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2f0f31

Please sign in to comment.