Skip to content

Commit 945e712

Browse files
authored
Update action.yml
1 parent 89acb55 commit 945e712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ runs:
2020
run: |
2121
cd ${{ github.workspace }}/${{ inputs.path }}
2222
23-
if dotnet nuget list source | grep -q ${{ inputs.nuget-source-name }}; then
23+
if dotnet nuget list source | grep -q evolutionaryArchitecture; then
2424
echo "Removing existing nuget source: '$NugetSourceName'"
25-
dotnet nuget remove source $NugetSourceName
25+
dotnet nuget remove source evolutionaryArchitecture
2626
else
2727
echo "Nuget source '$NugetSourceName' does not exist. Skipping removal."
2828
fi

0 commit comments

Comments
 (0)