Skip to content

Commit d4b8a6c

Browse files
committed
fix rclone remote endpoint
1 parent 902702c commit d4b8a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ jobs:
406406
with:
407407
name: rescript
408408
provider: Cloudflare
409-
endpoint: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}.r2.cloudflarestorage.com
409+
endpoint: https://${{ vars.CLOUDFLARE_ACCOUNT_ID }}.r2.cloudflarestorage.com
410410
access-key-id: ${{ secrets.CLOUDFLARE_R2_ACCESS_KEY_ID }}
411411
secret-access-key: ${{ secrets.CLOUDFLARE_R2_SECRET_ACCESS_KEY }}
412412
acl: private

0 commit comments

Comments
 (0)