Skip to content

Commit

Permalink
Merge pull request #71 from hatena/fix-upload-images
Browse files Browse the repository at this point in the history
fotolife-client.pyの取得するcurlコマンドにオプション追加
  • Loading branch information
halkt committed Apr 1, 2024
2 parents a82034d + a14ebcc commit 3f8a4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "OWNER_ID=$owner" >> $GITHUB_OUTPUT
- name: Download the script
run: |
curl -o /tmp/fotolife-client.py https://raw.githubusercontent.com/hatena/hatenablog-workflows/v1/fotolife-client.py
curl -fsSL -o /tmp/fotolife-client.py https://raw.githubusercontent.com/hatena/hatenablog-workflows/v1/fotolife-client.py
chmod +x /tmp/fotolife-client.py
- name: List all changed files markdown files
if: steps.changed-entries.outputs.any_changed == 'true'
Expand Down

0 comments on commit 3f8a4fb

Please sign in to comment.