Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
unfor19 authored Apr 25, 2022
1 parent 81ae840 commit 24910e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Install/Setup AWS CLI on a GitHub Actions Linux host.

After this action, every step is capable of running `aws` CLI, and it's up to you to set the environment variables (secrets) `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`.
After this action, every step is capable of running `aws` CLI, and it's up to you to set AWS credentials in the subsequent steps.

Tested in [unfor19/install-aws-cli-action-test](https://github.com/unfor19/install-aws-cli-action-test/actions?query=workflow%3Atest-action)

Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
sudo ./install-aws.sh "v2" "amd64" && \
sudo rm install-aws.sh
```
*NOTE*: On some Docker images you might need to add `sudo` in front of each command, like `sudo curl -L ..`, `sudo chmod ..`, etc.
**NOTE**: On some Docker images, you might need to add `sudo` in front of each command, like `sudo curl -L ..`, `sudo chmod ..`, etc.

## Local Development

Expand Down

0 comments on commit 24910e0

Please sign in to comment.