From 97dcd7641c200525239646c18714b97c4b97475a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E5=87=A1?= <1245985905@qq.com> Date: Thu, 29 Apr 2021 13:20:12 +0800 Subject: [PATCH] Update action.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 不要再容器中运行 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 4f68a0f..dd6a79c 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: required: true runs: - using: 'docker' - image: 'Dockerfile' + using: 'node12' + main: 'entrypoint.js'