From 3b51127748cf4e5aeccf8ece7a18eb7108c52bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Gabriel?= Date: Sat, 24 Feb 2024 02:04:53 -0300 Subject: [PATCH] Update push-hostinger.yml --- .github/workflows/push-hostinger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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