From 659d2567e6c21df55ea785438a36cea77ce594ae Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 7 Sep 2023 10:10:59 +0900 Subject: [PATCH] fix: options are not required --- .github/workflows/phpcpd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpcpd.yml b/.github/workflows/phpcpd.yml index bd3eabd..6612f36 100644 --- a/.github/workflows/phpcpd.yml +++ b/.github/workflows/phpcpd.yml @@ -21,7 +21,7 @@ on: type: string options: description: Options to phpcpd - required: true + required: false type: string concurrency: