diff --git a/.github/workflows/push-hostinger.yml b/.github/workflows/push-hostinger.yml index ed9ccef..37f4eae 100644 --- a/.github/workflows/push-hostinger.yml +++ b/.github/workflows/push-hostinger.yml @@ -23,7 +23,7 @@ jobs: dotnet-version: '8.0.x' - name: Add sources - run: dotnet nuget add source --username GIT_USERNAME --password ${{ secrets.GIT_PACKAGES_TOKEN }} --store-password-in-clear-text --name Monambike GitHub "https://nuget.pkg.github.com/monambike/index.json" + run: dotnet nuget add source --username GIT_USERNAME --password ${{ secrets.GIT_PACKAGES_TOKEN }} --store-password-in-clear-text --name "Monambike GitHub" "https://nuget.pkg.github.com/monambike/index.json" - name: Restore dependencies run: dotnet restore src/Monambike.Website.sln