Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Freydina committed Jan 8, 2024
1 parent 9b4f526 commit 2dfb9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/s3-cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: us-east-1
AWS_REGION: ${{ secrets.AWS_REGION }}
```

### Creating a Cache Key
Expand Down

0 comments on commit 2dfb9b9

Please sign in to comment.