mirror of
https://github.com/armbian/actions.git
synced 2026-01-06 10:36:19 -08:00
Update action.yml
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user