Skip to content

Commit

Permalink
Removes auto-response to installation promopt
Browse files Browse the repository at this point in the history
  • Loading branch information
skycube19 committed Sep 8, 2024
1 parent 7a7aee0 commit 1b87640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1b87640

Please sign in to comment.