From c5f1b1e0731c65fa9b7a3d0164bc441f35dcf514 Mon Sep 17 00:00:00 2001 From: Parikshith Mohite Date: Wed, 4 Sep 2024 13:04:40 -0400 Subject: [PATCH] Changes yes to no for installing Spicetify marketplace --- .github/workflows/github-actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 3dd15a5..b2cd4cd 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -27,10 +27,9 @@ jobs: - name: Install Spicetify continue-on-error: true run: | - yes | curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh + no | curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh - name: npm install and build run: | - ~/.profile npm install npm run build