Skip to content

Commit

Permalink
chore: use github.api_url as default (#62)
Browse files Browse the repository at this point in the history
Co-authored-by: John Kuhn <john@useintegral.com>
  • Loading branch information
fty4 and johnlk committed Apr 16, 2024
1 parent 891ac86 commit 13d17c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13d17c4

Please sign in to comment.