Skip to content

Commit

Permalink
Move "--quiet" to the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
bewuethr committed Dec 22, 2021
1 parent 88eb7d5 commit a4ff7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ runs:
run: |
echo "::group::Install gnuplot"
sudo apt-get --quiet update
sudo apt-get install --quiet gnuplot-nox
sudo apt-get --quiet install gnuplot-nox
echo "::endgroup::"
echo "Updating boxplot..." >&2
Expand Down

0 comments on commit a4ff7a6

Please sign in to comment.