From 2df1b74d570833751696689327434668ff8f384a Mon Sep 17 00:00:00 2001 From: Pal Kerecsenyi Date: Tue, 2 Apr 2024 17:39:26 +0100 Subject: [PATCH] Remove alpine dependencies part --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index 1a944f6..2467524 100644 --- a/action.yml +++ b/action.yml @@ -13,9 +13,6 @@ inputs: runs: using: composite steps: - - name: Install Alpine dependencies - run: apk add nodejs npm git - shell: sh - name: Install Terraform uses: https://gitea.palk.me/paltiverse/paltiverse-actions-setup-terraform@0.0.2 shell: sh