diff --git a/action.yml b/action.yml index 5844557..84fb57b 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: sudo -u user -- bash -c "cd ~ && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si --noconfirm" chmod 777 . - sudo -u user -- PACMAN=yay makepkg -s --noconfirm + sudo -u user PACMAN=yay makepkg -s --noconfirm ' - name: Ensure .SRCINFO is up to date