From 7a7aee011593917a56a8c451ca4bd3e66927e85c Mon Sep 17 00:00:00 2001 From: Parikshith Mohite Date: Sun, 8 Sep 2024 14:41:30 -0400 Subject: [PATCH] Changes way to bypass yes/no option in Spicetify installation --- .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 15f7182..b67f172 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: | - echo "n" | curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh + yes n | curl -fsSL https://raw.githubusercontent.com/spicetify/cli/main/install.sh | sh - name: Update path run: |