diff --git a/update-flatpaks.yml b/update-flatpaks.yml index afc8d3d..8a66cb1 100644 --- a/update-flatpaks.yml +++ b/update-flatpaks.yml @@ -1,4 +1,4 @@ - name: update flatpaks shell: - cmd: flatpak update --noninteractive - become: true + cmd: flatpak update -y + become: false