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 Jun 20, 2022
1 parent 43a1512 commit f539f20
Show file tree
Hide file tree
Showing 4 changed files with 91,036 additions and 12,725 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ inputs:
GITHUB_TOKEN:
description: Secret GitHub API token used to make API requests.
default: ${{ github.token }}
required: true
required: false
DOT:
description: Dot.
default: '...'
required: true
required: false
BASE:
description: base
required: false
Expand All @@ -23,18 +23,18 @@ inputs:
DIFF_FILTER:
description: Diff filter.
default: 'AMRC'
required: true
required: false
FORMAT:
description: Output format (text or json)
default: text
required: true
required: false
ESCAPE_JSON:
description: Whether to escape when json format.
required: false
SEPARATOR:
description: Separator of diffs.
default: ' '
required: true
required: false
PATTERNS:
description: Target file pattern.
required: false
Expand Down Expand Up @@ -147,5 +147,5 @@ branding:
color: 'orange'

runs:
using: node12
main: dist/index.js
using: node16
main: lib/main.js
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":"6f7476d7941c0093c7d9c79bce44fde5105600e5","ref":"refs/tags/test/v6.0.2.2224230026","tagName":"test/v6.0.2.2224230026","branch":"gh-actions","tags":["test/v6.0.2.2224230026","test/v6.0.2","test/v6.0","test/v6"],"updated_at":"2022-04-26T03:29:25.870Z"}
{"owner":"technote-space","repo":"get-diff-action","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v6.0.2","branch":"gh-actions","tags":["test/v6.0.2","test/v6.0","test/v6"],"updated_at":"2022-06-20T16:05:24.912Z"}
Loading

0 comments on commit f539f20

Please sign in to comment.