Skip to content

Commit

Permalink
Upgrade rclone to 1.67
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 31, 2024
1 parent 64ec097 commit 918603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/rclone-sync/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
using: composite
steps:
- name: Sync to S3
uses: docker://docker.io/rclone/rclone:1.66
uses: docker://docker.io/rclone/rclone:1.67
with:
args: "sync ${{ inputs.source-path }} s3:${{ inputs.destination-path }} --s3-acl=public-read --fast-list --checksum --update --use-server-modtime --metadata --inplace --delete-during"
env:
Expand Down

0 comments on commit 918603c

Please sign in to comment.