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 d391edd commit 89acb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89acb55

Please sign in to comment.