We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89acb55 commit 945e712Copy full SHA for 945e712
.github/action.yml
@@ -20,9 +20,9 @@ runs:
20
run: |
21
cd ${{ github.workspace }}/${{ inputs.path }}
22
23
- if dotnet nuget list source | grep -q ${{ inputs.nuget-source-name }}; then
+ if dotnet nuget list source | grep -q evolutionaryArchitecture; then
24
echo "Removing existing nuget source: '$NugetSourceName'"
25
- dotnet nuget remove source $NugetSourceName
+ dotnet nuget remove source evolutionaryArchitecture
26
else
27
echo "Nuget source '$NugetSourceName' does not exist. Skipping removal."
28
fi
0 commit comments