Skip to content

Commit

Permalink
update: cover image workflow to fetch from the sandbox folder rather …
Browse files Browse the repository at this point in the history
…than the cover folder
  • Loading branch information
arunsathiya committed Dec 24, 2024
1 parent 510082e commit f05fb32
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/cover/${{ inputs.date_slug_combo }}/image.webp --file src/content/blog/${{ inputs.date_slug_combo }}/image.webp
command: r2 object get portfolio/blog/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 f05fb32

Please sign in to comment.