File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -311,9 +311,10 @@ jobs:
311311 id : coverage_comment
312312 uses : py-cov-action/python-coverage-comment-action@v3
313313 with :
314- GITHUB_BASE_URL : https://api.github.com
315-
316314 GITHUB_TOKEN : ${{ github.token }}
315+
316+ # Change this in case you use GitHub Entreprise with a different API endpoint
317+ GITHUB_BASE_URL : https://api.github.com
317318
318319 # Only necessary in the "workflow_run" workflow.
319320 GITHUB_PR_RUN_ID : ${{ inputs.GITHUB_PR_RUN_ID }}
@@ -596,7 +597,7 @@ source =
596597This action is supposedly compatible with private repository. Just make sure
597598to use the svg badge directly, and not the `shields.io` URL.
598599
599- # # Github Enterprise(GHE) Support
600+ # # Github Enterprise (GHE) Support
600601
601602This action should be compatible with GitHub Enterprise. Just make sure to set the `GITHUB_BASE_URL` input to your GHE URL.
602603
You can’t perform that action at this time.
0 commit comments