🔧 Update baseUrl default

This commit is contained in:
marocchino 2023-04-21 16:04:37 +09:00
parent 78a72662e4
commit c1036f927a
No known key found for this signature in database
GPG key ID: 326883DCCAF7FFEA

View file

@ -12,8 +12,8 @@ github-token:
inputs: inputs:
base_url: base_url:
description: "base api url. default to: https://api.github.com" description: "base api url. default to: ${{ env.GITHUB_API_URL }}"
default: "https://api.github.com" default: "${{ env.GITHUB_API_URL }}"
required: false required: false
header: 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." 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."