From 97312b1b4e0ca9a25b9f6bd33f57b5948d45a95b Mon Sep 17 00:00:00 2001 From: ebner Date: Thu, 29 Jan 2026 17:12:49 +0100 Subject: [PATCH] test --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ce684d3..23b2707 100644 --- a/action.yml +++ b/action.yml @@ -28,8 +28,7 @@ runs: - name: Install prerequisites if: ${{ inputs.install_prereqs == 'true' }} run: | - sudo apt-get update - sudo apt-get install -y curl tar + apk add curl tar shell: bash - name: Run autodeploy setup script