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

Commit

Permalink
chore: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
technote-space committed Jun 20, 2022
1 parent 3b102dc commit 95cf9d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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

0 comments on commit 95cf9d1

Please sign in to comment.