Skip to content

Commit 1c568e9

Browse files
authored
Update ZMediumToMarkdown.yml
1 parent 8521469 commit 1c568e9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ZMediumToMarkdown.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: ZMediumToMarkdown
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: "10 1 15 * *" # At 01:10 on day-of-month 15.
5+
- cron: "10 1 15 * *" # Runs at 01:10 (UTC) on the 15th of every month.
6+
# Schedule to automatically sync at specified intervals
7+
# Reference: https://crontab.guru/
68

79
jobs:
810
ZMediumToMarkdown:
@@ -11,4 +13,7 @@ jobs:
1113
- name: ZMediumToMarkdown Automatic Bot
1214
uses: ZhgChgLi/ZMediumToMarkdown@main
1315
with:
14-
command: "-j zhgchgli_test"
16+
command: "--cookie_uid ${{ secrets.MEDIUM_COOKIE_UID }} --cookie_sid ${{ secrets.MEDIUM_COOKIE_SID }} -j zhgchgli_test"
17+
# Replace 'zhgchgli_test' with your Medium username
18+
# For example, https://medium.com/@zhgchgli -> zhgchgli
19+
# Reference: https://github.com/ZhgChgLi/ZMediumToMarkdown?tab=readme-ov-file#usage

0 commit comments

Comments
 (0)