Merge pull request #955 from marocchino/change-default

🔧 Update baseUrl default
This commit is contained in:
marocchino 2023-04-21 16:07:46 +09:00 committed by GitHub
commit 1926ccba5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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."