Skip to content

Commit

Permalink
api-base is now github.api_url by default (#82)
Browse files Browse the repository at this point in the history
* api-base is now github.api_url by default

* Updated README [skip ci]
  • Loading branch information
ArneTR authored Jun 18, 2024
1 parent 82789ba commit 3ccb942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ inputs:
default: false
required: false
gh-api-base:
description: 'Base URL of the Github API to send data to. Default is api.github.com, but can be changed to your hostname if you have Github Enterprise'
description: 'Base URL of the Github API to send data to (including schema). Default is ${{ github.api_url }} (which resolves to https://api.github.com in free and many enterprise setups), but can be changed to your hostname if you have a custom hosted Github Enterprise'
default: ${{ github.api_url }}
required: false
company-uuid:
Expand Down

0 comments on commit 3ccb942

Please sign in to comment.