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 authored Sep 4, 2024
1 parent 7490f51 commit a46ae02
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 @@ -64,7 +64,7 @@ jobs:
- name: Download thumbnail
if: ${{ github.event.client_payload.thumbnail_url != '' }}
run: |
wget ${{ github.event.client_payload.thumbnail_url }} -O ${{ steps.thumbnail-filepath.outputs.thumbnailpath }}
wget -O ${{ steps.thumbnail-filepath.outputs.thumbnailpath }} ${{ github.event.client_payload.thumbnail_url }}
- name: Get article title
id: get-article-title
Expand Down

0 comments on commit a46ae02

Please sign in to comment.