From 84c7f37609acb0a9dcf0cefa25894d9edc540b53 Mon Sep 17 00:00:00 2001 From: ytshih Date: Thu, 10 Jul 2025 08:36:30 +0800 Subject: [PATCH] Fix: add noconfirm to package update --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 9b1557c..dd09426 100644 --- a/action.yaml +++ b/action.yaml @@ -35,7 +35,7 @@ runs: - name: Update packages run: | - sudo pacman -Syu + sudo pacman -Syu --needed --noconfirm - name: Build package run: |