From 7c98537f7538eeeea68271040ec49550a796e6a4 Mon Sep 17 00:00:00 2001 From: Luca LeBlanc <67206487+yodaluca23@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:48:38 -0500 Subject: [PATCH] Update Build and Release.yml --- .github/workflows/Build and Release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build and Release.yml b/.github/workflows/Build and Release.yml index 598d294..512c89d 100644 --- a/.github/workflows/Build and Release.yml +++ b/.github/workflows/Build and Release.yml @@ -50,7 +50,8 @@ jobs: - name: Set EeveeSpotify Repo if not given if: ${{ github.event.inputs.EEVEEREPO == '' }} run: | - EEVEEREPO=$(echo "${{ env.EEVEEREPO }}") + + EEVEEREPO=$(echo "whoeevee/EeveeSpotify") echo "EEVEEREPO=$EEVEEREPO" >> $GITHUB_ENV - name: Install Pyzule