Browse Source

fix path for checkout rclone

pull/5443/head
Konstantin Lebedev 1 year ago
parent
commit
8e00c02e6e
  1. 1
      .github/workflows/s3tests.yml

1
.github/workflows/s3tests.yml

@ -195,6 +195,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: "rclone/rclone"
path: "/__w/rclone/rclone"
- name: Run Rclone S3 tests
timeout-minutes: 15

Loading…
Cancel
Save