Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
fix(input): miss inputs config for action.yml (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoHsu committed Sep 24, 2021
1 parent e64e55a commit c7c1147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ inputs:
description: 'Add [`Signed-off-by`](https://git-scm.com/docs/git-commit#Documentation/git-commit.txt---signoff) line at the end of the commit log message using the user and email provided. (format "Name \<email@example.com\>")'
required: false
default: ''
github-api-url:
description: 'configure github API URL. Default `https://api.github.com`'
required: false
default: ''

runs:
using: 'node12'
Expand Down

0 comments on commit c7c1147

Please sign in to comment.