mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-13 12:11: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:
|
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."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue