Skip to content

Commit 4419478

Browse files
authored
Apply suggestions from code review
1 parent 29ee22c commit 4419478

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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 =
596597
This action is supposedly compatible with private repository. Just make sure
597598
to use the svg badge directly, and not the `shields.io` URL.
598599

599-
## Github Enterprise(GHE) Support
600+
## Github Enterprise (GHE) Support
600601

601602
This action should be compatible with GitHub Enterprise. Just make sure to set the `GITHUB_BASE_URL` input to your GHE URL.
602603

0 commit comments

Comments
 (0)