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 Sep 11, 2020
1 parent 4bc5325 commit 5339a2c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ jobs:
| context.payload.before = '000...000' | default branch (e.g. master) | context.payload.after |
| else | context.payload.before | context.payload.after |

### 下書きのプルリクエストで最新コミット差分のみをチェックする場合
```yaml
- uses: technote-space/get-diff-action@v3
with:
CHECK_ONLY_COMMIT_WHEN_DRAFT: true
```
## Author
[GitHub (Technote)](https://github.com/technote-space)
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,13 @@ If called on any other event, the result will be empty.
| context.payload.before = '000...000' | default branch (e.g. master) | context.payload.after |
| else | context.payload.before | context.payload.after |

### Check only the latest commit differences in a draft Pull Request
```yaml
- uses: technote-space/get-diff-action@v3
with:
CHECK_ONLY_COMMIT_WHEN_DRAFT: true
```
## Author
[GitHub (Technote)](https://github.com/technote-space)
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/v3.1.1","branch":"gh-actions","tags":["test/v3.1.1","test/v3.1","test/v3"],"updated_at":"2020-09-11T05:12:41.005Z"}
{"owner":"technote-space","repo":"get-diff-action","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v3.1.1","branch":"gh-actions","tags":["test/v3.1.1","test/v3.1","test/v3"],"updated_at":"2020-09-11T09:24:16.474Z"}

0 comments on commit 5339a2c

Please sign in to comment.