File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ name: ZMediumToMarkdown
2
2
on :
3
3
workflow_dispatch :
4
4
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/
6
8
7
9
jobs :
8
10
ZMediumToMarkdown :
11
13
- name : ZMediumToMarkdown Automatic Bot
12
14
uses : ZhgChgLi/ZMediumToMarkdown@main
13
15
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
You can’t perform that action at this time.
0 commit comments