From 12c3411bd4fb1e5736ee1cce49564d172d7ecf35 Mon Sep 17 00:00:00 2001 From: autopp Date: Fri, 23 Jul 2021 10:47:09 +0900 Subject: [PATCH] Fix `.inputs.github_token.required` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eaeb8538..190c0e6d 100644 --- a/action.yml +++ b/action.yml @@ -60,7 +60,7 @@ inputs: required: false github_token: description: Use this if you wish to use a different GitHub token than the one provided by the workflow. - required: true + required: false default: ${{ github.token }} github_base_url: description: Specify if you want to use GitHub Enterprise.