Skip to content

Commit 13d17c4

Browse files
fty4johnlk
andauthored
chore: use github.api_url as default (#62)
Co-authored-by: John Kuhn <[email protected]>
1 parent 891ac86 commit 13d17c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ inputs:
5454
github_api_url:
5555
description: 'URL to the API of your Github Server, only necessary for Github Enterprise customers'
5656
required: false
57-
default: 'https://api.github.com'
57+
default: '${{ github.api_url }}'
5858
files_to_ignore:
5959
description: 'Whitespace separated list of files to ignore when calculating the PR size (sum of changes)'
6060
required: false

0 commit comments

Comments
 (0)