Skip to content

Commit

Permalink
Adding missing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
vitornere committed Jul 15, 2022
1 parent c52b939 commit fd7aaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd7aaa8

Please sign in to comment.