From 48c2f94fde1423196eada48bbc72f131507ddff7 Mon Sep 17 00:00:00 2001 From: ytshih Date: Tue, 8 Jul 2025 23:59:48 +0800 Subject: [PATCH] Fix: fuck permission --- action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index ad45c7d..955e025 100644 --- a/action.yaml +++ b/action.yaml @@ -36,8 +36,7 @@ runs: - name: Build package run: | cd "${{ inputs.context }}" - chown -R builder . - sudo -u builder makepkg -sc --needed --noconfirm + makepkg -sc --needed --noconfirm - name: Setup MinIO run: |