From a4d12f14c186c4b4867a8b3e6ec506263bd9ed88 Mon Sep 17 00:00:00 2001 From: yutailang0119 Date: Wed, 13 Mar 2024 23:22:51 +0900 Subject: [PATCH] Fix action.yml to cleanup --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index cb46d2c..2f020b2 100644 --- a/action.yml +++ b/action.yml @@ -7,10 +7,10 @@ inputs: required: true follow-symbolic-links: description: 'Indicates whether to follow symbolic links' - default: true + default: 'true' ignore-warnings: description: 'Ignore Lint Warnings' - default: false + default: 'false' runs: using: 'node20' main: 'dist/index.js'