From 0de625b08b19f76fee819d7290bbd67b23af1987 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Wed, 19 Jun 2024 12:26:00 -0500 Subject: [PATCH] make sudo even quieter --- .github/actions/clean-disk/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/clean-disk/action.yml b/.github/actions/clean-disk/action.yml index 02f7782..0025d1b 100644 --- a/.github/actions/clean-disk/action.yml +++ b/.github/actions/clean-disk/action.yml @@ -40,7 +40,7 @@ runs: if [[ "${{ inputs.purge-packages }}" == 'true' ]]; then sudo apt-get purge \ --allow-remove-essential \ - -q \ + -qq \ $(non_manifest_packages) & fi