Skip to content

Commit

Permalink
[Actions] Updated .github/actions/dotnet-tool/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Oct 14, 2024
1 parent 99640dd commit 4cd8927
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/dotnet-tool/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ runs:
run: |
dotnet tool install \
--local \
--ignore-failed-sources \
--no-http-cache \
--source "${{inputs.NUGET_SOURCE}}" \
"${{inputs.TOOL_NAME}}"
Expand All @@ -48,7 +47,6 @@ runs:
run: |
dotnet tool install \
--local \
--ignore-failed-sources \
--no-http-cache \
--source "${{inputs.NUGET_SOURCE}}" \
"${{inputs.TOOL_NAME}}" \
Expand Down

0 comments on commit 4cd8927

Please sign in to comment.