mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-22 22:06:43 +00:00
Remove quotes
This commit is contained in:
parent
8e4e5f9395
commit
f4831357fb
@ -23,7 +23,7 @@ inputs:
|
||||
TOKEN:
|
||||
description: "The GitHub access token to allow us to retrieve, create and update issues (automatically set)"
|
||||
required: false
|
||||
default: "${{ github.token }}"
|
||||
default: ${{ github.token }}
|
||||
LABEL:
|
||||
description: "The label that will be used to identify TODO comments (deprecated)"
|
||||
required: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user