Skip to content

Commit

Permalink
Update readme example with args feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejarvis committed Sep 5, 2019
1 parent 4d8a3de commit a8b7f41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: jakejarvis/s3-sync-action@master
with:
args: --acl public-read
env:
SOURCE_DIR: './public'
AWS_REGION: 'us-east-1'
Expand Down

0 comments on commit a8b7f41

Please sign in to comment.