From c1036f927afbb1ec15596a86054604a1fcebe9a7 Mon Sep 17 00:00:00 2001 From: marocchino Date: Fri, 21 Apr 2023 16:04:37 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20baseUrl=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 96b8abd..184411f 100644 --- a/action.yml +++ b/action.yml @@ -12,8 +12,8 @@ github-token: inputs: base_url: - description: "base api url. default to: https://api.github.com" - default: "https://api.github.com" + description: "base api url. default to: ${{ env.GITHUB_API_URL }}" + default: "${{ env.GITHUB_API_URL }}" required: false header: description: "Header to determine if the comment is to be updated, not shown on screen. It can be used when you want to add multiple comments independently at the same time."