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