Skip to content

Commit

Permalink
Merge pull request #218 from kazuma0129/support-ghe
Browse files Browse the repository at this point in the history
Fix link generation for GitHub Enterprise by using `GITHUB_SERVER_URL`
  • Loading branch information
alstr authored Nov 5, 2024
2 parents d8db8a9 + 37b1511 commit 3ba2647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ inputs:
description: 'Base url of GitHub API'
required: false
default: ${{ github.api_url }}
GITHUB_SERVER_URL:
description: 'Base URL of GitHub web interface'
required: false
default: ${{ github.server_url }}
ESCAPE:
description: 'Escape all special Markdown characters'
required: false
Expand Down
5 changes: 0 additions & 5 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
import itertools
import operator
from collections import defaultdict
from TodoParser import TodoParser
from LineStatus import LineStatus
from Client import Client
from LocalClient import LocalClient
from GitHubClient import GitHubClient


if __name__ == "__main__":
Expand Down

0 comments on commit 3ba2647

Please sign in to comment.