Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lewandy authored Nov 3, 2020
1 parent 701ccbd commit 3cf8d5d
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 @@ -15,7 +15,7 @@ In your workflow, define a step which refers to the action:
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
AWS_BUCKET_NAME: ${{ secrets.AWS_BUCKET_NAME }}
APP_SOURCE_CODE: ./
BUILD_COMMAND: npm run build
BUILD_COMMAND: "npm run build"
```
### Configuration
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
AWS_BUCKET_NAME: awesome-bucket
APP_SOURCE_CODE: ./example
BUILD_COMMAND: npm run build
BUILD_COMMAND: "npm run build"
```

# Note 👀
Expand Down

0 comments on commit 3cf8d5d

Please sign in to comment.