Remove quotes

This commit is contained in:
Nuh Koca 2021-07-25 23:48:03 +02:00 committed by alstr
parent 8e4e5f9395
commit f4831357fb

View File

@ -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