fix(ci): decrease anda update verbosity (#2652) (#2665)

(cherry picked from commit a913b6609b)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2024-12-17 11:35:52 -08:00
committed by GitHub
parent cea70b92b7
commit 12d4306d7f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Run Update
run: anda update -v --excludes nightly=1 --excludes weekly=1 --excludes updbranch=1
run: anda update --excludes nightly=1 --excludes weekly=1 --excludes updbranch=1
env:
GITHUB_TOKEN: ${{ secrets.AUTOUPDATE_GH_TOKEN }}
RUST_BACKTRACE: full