From 1b87640bbae15b23f407914d91b188a1214edd40 Mon Sep 17 00:00:00 2001 From: Parikshith Mohite Date: Sun, 8 Sep 2024 14:48:03 -0400 Subject: [PATCH] Removes auto-response to installation promopt --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index b67f172..1b0ce81 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -27,7 +27,7 @@ jobs: - name: Install Spicetify continue-on-error: true run: | - yes n | curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh + curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh - name: Update path run: |