From 377734b9d6a1f25710d9daf295733c5b72d8dfe2 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Mon, 2 Jan 2023 10:48:55 +0900 Subject: [PATCH] docs: fix an error --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 84eaa10..906f71c 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: default: ${{ toJson(github) }} required: false github_token: - description: 'GitHub Access Token. ${{ secrets.GITHUB_TOKEN }} is recommended.' + description: 'GitHub Access Token.' required: true issue_assignees: description: 'Issue assignees (separated by commma)'