From 13d17c48b702e11c1b7199bd9f9220c2b747cf5f Mon Sep 17 00:00:00 2001 From: Marco Lecheler Date: Wed, 17 Apr 2024 00:40:12 +0200 Subject: [PATCH] chore: use github.api_url as default (#62) Co-authored-by: John Kuhn --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2ce23a6..fa20f92 100644 --- a/action.yml +++ b/action.yml @@ -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