Skip to content

Commit b9492db

Browse files
committed
[fix] update action
1 parent c35b1b9 commit b9492db

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/actions/aws-s3-sync/action.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ runs:
3737
run: |
3838
DEST="s3://${{ inputs.bucket_name }}/${{ inputs.bucket_prefix }}"
3939
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"
40+
--region ${{ inputs.aws_region }} \
41+
--delete \
42+
--exclude ".git/*" \
43+
--exclude ".github/*" \
44+
--exclude ".gitignore" \
45+
--exclude ".gitattributes"

0 commit comments

Comments
 (0)