We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46960f1 commit 249f098Copy full SHA for 249f098
.github/scripts/update_leetcode.js renamed to .github/scripts/update_leetcode.cjs
.github/workflows/python-publish.yml
@@ -1,4 +1,4 @@
1
-name: Update Stats (WakaTime + LeetCode)
+name: Update Stats
2
3
on:
4
workflow_dispatch:
@@ -28,7 +28,7 @@ jobs:
28
- name: Generate latest LeetCode SVG
29
run: |
30
mkdir -p assets
31
- node .github/scripts/update_leetcode.js
+ node .github/scripts/update_leetcode.cjs
32
33
- name: Commit and push updated LeetCode card
34
env:
0 commit comments