mirror of
https://github.com/CodelyTV/pr-size-labeler.git
synced 2025-02-18 19:12:50 -05:00
chore: use github.api_url as default (#62)
Co-authored-by: John Kuhn <john@useintegral.com>
This commit is contained in:
parent
891ac86f32
commit
13d17c48b7
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ inputs:
|
|||
github_api_url:
|
||||
description: 'URL to the API of your Github Server, only necessary for Github Enterprise customers'
|
||||
required: false
|
||||
default: 'https://api.github.com'
|
||||
default: '${{ github.api_url }}'
|
||||
files_to_ignore:
|
||||
description: 'Whitespace separated list of files to ignore when calculating the PR size (sum of changes)'
|
||||
required: false
|
||||
|
|
Loading…
Add table
Reference in a new issue