Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Jan 24, 2025
1 parent 9ec2f5b commit 27c707b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ jobs:
run: |
mkdir -p ~/.config/rclone
echo "[r2]
type = s3
provider = Cloudflare
env_auth = false
access_key_id = ${R2_ACCESS_KEY_ID}
secret_access_key = ${R2_SECRET_ACCESS_KEY}
endpoint = https://b5e397a549f0e6543dba8e1d83ca9924.r2.cloudflarestorage.com
" > ~/.config/rclone/rclone.conf
type = s3
provider = Cloudflare
env_auth = false
access_key_id = ${R2_ACCESS_KEY_ID}
secret_access_key = ${R2_SECRET_ACCESS_KEY}
endpoint = https://b5e397a549f0e6543dba8e1d83ca9924.r2.cloudflarestorage.com
" > ~/.config/rclone/rclone.conf
- name: Upload to Cloudflare R2
run: |
Expand Down

0 comments on commit 27c707b

Please sign in to comment.