From 2943a75faed08b92f832225b581d9bf98ac76dab Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 3 Jul 2023 10:40:17 +0200 Subject: [PATCH] Update action.yml --- make-json/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/make-json/action.yml b/make-json/action.yml index dc7b855..c4437ca 100644 --- a/make-json/action.yml +++ b/make-json/action.yml @@ -42,6 +42,11 @@ runs: shell: bash run: | + function enable_extension() + { + return 0 + } + mkdir -p json sudo npm install --location=global json || true PARA1=$(echo ${{ inputs.grep }} | cut -d" " -f1)