Skip to content

Commit 1f5c90f

Browse files
committed
fix: Update command option for ZMediumToMarkdown in backup workflow
1 parent 74a2040 commit 1f5c90f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/backup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run ZMediumToMarkdown
1919
uses: ZhgChgLi/ZMediumToMarkdown@main
2020
with:
21-
command: '-u 5a9awneh --cookie_uid ${{ secrets.MEDIUM_UID }} --cookie_sid ${{ secrets.MEDIUM_SID }}'
21+
command: '-p https://medium.com/@5a9awneh --cookie_uid ${{ secrets.MEDIUM_UID }} --cookie_sid ${{ secrets.MEDIUM_SID }}'
2222

2323
- name: Commit and push changes
2424
run: |

0 commit comments

Comments
 (0)