Skip to content

Commit

Permalink
Update create-article-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yknz committed Sep 23, 2024
1 parent 54bdcf9 commit 1198175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-article-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Download & Update thumbnail
if: ${{ github.event.client_payload.thumbnail_url != '' }}
run: |
curl -JLO "${{ github.event.client_payload.thumbnail_url }}"
curl -JLOv "${{ github.event.client_payload.thumbnail_url }}"
- name: Get article title
id: get-article-title
Expand Down

0 comments on commit 1198175

Please sign in to comment.