From c97177650329f28b865cee45bdc116ad218c7da8 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 14 Apr 2025 16:06:28 +0200 Subject: [PATCH] Actualiser action.yaml --- action.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/action.yaml b/action.yaml index 873e511..bfea26e 100644 --- a/action.yaml +++ b/action.yaml @@ -98,16 +98,9 @@ runs: check_command apt-get - . /etc/os-release - echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/${ID}_${VERSION_CODENAME}/ /" \ - | tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list - - curl -fsSL https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/${ID}_${VERSION_CODENAME}/Release.key \ - | gpg --dearmor -o /etc/apt/trusted.gpg.d/libcontainers.gpg - apt-get update - if apt-get -y install podman; then + if apt-get -y install podman ; then success "Success" "Podman installed" else error "Install failed" "Could not install Podman"