Skip to content

Commit

Permalink
fix: cover image path in r2 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya committed Jan 5, 2025
1 parent fdb545e commit 56e468f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cover-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: r2 object get portfolio/blog/sandbox/${{ inputs.date_slug_combo }}/image.webp --file src/content/blog/${{ inputs.date_slug_combo }}/image.webp
command: r2 object get portfolio/sandbox/${{ inputs.date_slug_combo }}/image.webp --file src/content/blog/${{ inputs.date_slug_combo }}/image.webp
wranglerVersion: '3.80.1'
- name: Check for changes
id: check_changes
Expand Down

0 comments on commit 56e468f

Please sign in to comment.