8000 docs: correct env variables descriptions · staevs/s3-deploy-action@a051ac3 · GitHub
[go: up one dir, main page]

Skip to content

Commit a051ac3

Browse files
committed
docs: correct env variables descriptions
1 parent 5f7374c commit a051ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
| AWS_REGION | true | Your AWS Region |
4949
| AWS_S3_BUCKET | true | Your S3 Bucket name |
5050
| S3_SOURCE_DIR | true | Path to local folder |
51-
| S3_DESTINATION_DIR | false (defaults to S3 root) | Path to folder in a S3 bucket |
51+
| DESTINATION_DIR | false (defaults to S3 root) | Path to folder in a S3 bucket |
5252
| CLOUDFRONT_DISTRIBUTION_ID | false | Your CloudFront distribution |
5353
| CLOUDFRONT_PATHS | false (defaults to /*) | The paths to invalidate (relative to the distribution) |
5454
| USE_GZIP_COMPRESSION | false (defaults to false) | Use gzip for upload |

0 commit comments

Comments
 (0)
0