We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c35b1b9 commit b9492dbCopy full SHA for b9492db
1 file changed
.github/actions/aws-s3-sync/action.yml
@@ -37,9 +37,9 @@ runs:
37
run: |
38
DEST="s3://${{ inputs.bucket_name }}/${{ inputs.bucket_prefix }}"
39
aws s3 sync ${{ inputs.source_dir }} ${DEST} \
40
- --region ${{ inputs.aws_region }} #\
41
- # --delete \
42
- # --exclude ".git/*" \
43
- # --exclude ".github/*" \
44
- # --exclude ".gitignore" \
45
- # --exclude ".gitattributes"
+ --region ${{ inputs.aws_region }} \
+ --delete \
+ --exclude ".git/*" \
+ --exclude ".github/*" \
+ --exclude ".gitignore" \
+ --exclude ".gitattributes"
0 commit comments