Skip to content

Commit

Permalink
Merge pull request #955 from marocchino/change-default
Browse files Browse the repository at this point in the history
🔧 Update baseUrl default
  • Loading branch information
marocchino authored Apr 21, 2023
2 parents 78a7266 + c1036f9 commit 1926ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 1926ccb

Please sign in to comment.