Skip to content

Commit

Permalink
🔧 Update baseUrl default
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Apr 21, 2023
1 parent 78a7266 commit c1036f9
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 c1036f9

Please sign in to comment.