Update action.yml

This commit is contained in:
Igor
2023-07-03 10:40:17 +02:00
committed by GitHub
parent 8fb47861bb
commit 2943a75fae

View File

@@ -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)