File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,19 @@ inputs:
1616 filter-duplicate-secs :
1717 description : ' Number of seconds after an accepted solution to ignore other accepted solutions for the same problem'
1818 required : false
19- default : 86400
19+ default : ' 86400'
2020 destination-folder :
2121 description : ' The folder to save the synced files in (relative to the top level of your repo)'
2222 required : false
23- default : null
23+ default : ' . '
2424 verbose :
2525 description : ' Adds submission percentiles and question numbers to the repo (requires an additional API call)'
2626 required : false
27- default : true
27+ default : ' true'
2828 commit-header :
2929 description : ' How the automated commits should be prefixed'
3030 required : false
3131 default : ' Sync LeetCode submission'
3232runs :
33- using : ' node16 '
33+ using : ' node20 '
3434 main : ' index.js'
You can’t perform that action at this time.
0 commit comments