We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891ac86 commit 13d17c4Copy full SHA for 13d17c4
action.yml
@@ -54,7 +54,7 @@ inputs:
54
github_api_url:
55
description: 'URL to the API of your Github Server, only necessary for Github Enterprise customers'
56
required: false
57
- default: 'https://api.github.com'
+ default: '${{ github.api_url }}'
58
files_to_ignore:
59
description: 'Whitespace separated list of files to ignore when calculating the PR size (sum of changes)'
60
0 commit comments