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 294a034 commit 373fdaf
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 @@ -21,8 +21,8 @@ runs:
cd ${{ github.workspace }}/${{ inputs.path }}
if dotnet nuget list source | grep -q $NugetSourceName; then
echo "Removing existing nuget source: $NugetSourceName"
dotnet nuget remove source '$NugetSourceName'
echo "Removing existing nuget source: '$NugetSourceName'"
dotnet nuget remove source $NugetSourceName
else
echo "Nuget source '$NugetSourceName' does not exist. Skipping removal."
fi
Expand Down

0 comments on commit 373fdaf

Please sign in to comment.