mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Fix link generation for GitHub Enterprise
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user