mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-25 07:16:42 +00:00
Enable issue escaping
This commit is contained in:
@@ -75,4 +75,8 @@ inputs:
|
||||
GITHUB_URL:
|
||||
description: 'Base url of GitHub API'
|
||||
required: false
|
||||
default: ${{ github.api_url }}
|
||||
default: ${{ github.api_url }}
|
||||
ESCAPE:
|
||||
description: 'Escape all special Markdown characters'
|
||||
required: false
|
||||
default: true
|
||||
Reference in New Issue
Block a user