From f4831357fb48d0cc7174a9080c9edf4bd601bda3 Mon Sep 17 00:00:00 2001 From: Nuh Koca Date: Sun, 25 Jul 2021 23:48:03 +0200 Subject: [PATCH] Remove quotes --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c9b4c5a..ce41451 100644 --- a/action.yml +++ b/action.yml @@ -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