From 809757b233e4ec45964ce956b88ce9fbeefa4a4e Mon Sep 17 00:00:00 2001 From: William Wang Date: Wed, 13 Sep 2023 21:53:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20action.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 238c588..1162cef 100755 --- a/action.yml +++ b/action.yml @@ -50,5 +50,5 @@ outputs: description: 'JSON output of tags and labels' runs: - using: 'node20' + using: 'node16' main: 'dist/index.js'