mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-13 12:11:14 +00:00
Merge pull request #955 from marocchino/change-default
🔧 Update baseUrl default
This commit is contained in:
commit
1926ccba5e
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