From 89acb55a1015bae9543fe680e7274376b695203f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20B=C4=85czek?= <74410956+kamilbaczek@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:31:44 +0200 Subject: [PATCH] Update action.yml --- .github/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/action.yml b/.github/action.yml index 1371b659..1cbcab03 100644 --- a/.github/action.yml +++ b/.github/action.yml @@ -20,7 +20,7 @@ runs: run: | cd ${{ github.workspace }}/${{ inputs.path }} - if dotnet nuget list source | grep -q "${{ inputs.nuget-source-name }}"; then + if dotnet nuget list source | grep -q ${{ inputs.nuget-source-name }}; then echo "Removing existing nuget source: '$NugetSourceName'" dotnet nuget remove source $NugetSourceName else