We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cde669 commit 9a5b9bdCopy full SHA for 9a5b9bd
1 file changed
.github/workflows/leetcode.yml
@@ -3,7 +3,7 @@ name: Sync Leetcode
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: "0 8 * * 6"
+ - cron: "0 0 * * *"
7
8
jobs:
9
build:
@@ -16,6 +16,6 @@ jobs:
16
github-token: ${{ github.token }}
17
leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}
18
leetcode-session: ${{ secrets.LEETCODE_SESSION }}
19
- # destination-folder: my-folder
+ filter-duplicate-secs: 0
20
verbose: true
21
commit-header: "chore: sync automated leetcode submissions with"
0 commit comments