Skip to content

Commit c7c1147

Browse files
authored
fix(input): miss inputs config for action.yml (#376)
1 parent e64e55a commit c7c1147

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ inputs:
7272
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\>")'
7373
required: false
7474
default: ''
75+
github-api-url:
76+
description: 'configure github API URL. Default `https://api.github.com`'
77+
required: false
78+
default: ''
7579

7680
runs:
7781
using: 'node12'

0 commit comments

Comments
 (0)