mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-12 19:51:14 +00:00
🔧 Update baseUrl default
This commit is contained in:
parent
78a72662e4
commit
c1036f927a
1 changed files with 2 additions and 2 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue