Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbaczek authored Oct 16, 2024
1 parent 89acb55 commit 945e712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ 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 evolutionaryArchitecture; then
echo "Removing existing nuget source: '$NugetSourceName'"
dotnet nuget remove source $NugetSourceName
dotnet nuget remove source evolutionaryArchitecture
else
echo "Nuget source '$NugetSourceName' does not exist. Skipping removal."
fi
Expand Down

0 comments on commit 945e712

Please sign in to comment.