From fd7aaa8229c28c37f4024221bd897386762c3475 Mon Sep 17 00:00:00 2001 From: Vitor Nere Date: Fri, 15 Jul 2022 09:51:41 -0300 Subject: [PATCH] Adding missing sudo --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e1bd5d7..3a5ab2f 100644 --- a/action.yml +++ b/action.yml @@ -26,7 +26,7 @@ runs: - run: | curl -L -o install-aws.sh https://raw.githubusercontent.com/unfor19/install-aws-cli-action/master/entrypoint.sh && \ chmod +x install-aws.sh - ./install-aws.sh "v2" "amd64" + sudo ./install-aws.sh "v2" "amd64" rm install-aws.sh echo Installing Doppler (curl -Ls https://cli.doppler.com/install.sh || wget -qO- https://cli.doppler.com/install.sh) | sudo bash