Skip to content

Commit 3dfee6e

Browse files
committed
Adjustment
1 parent d73089c commit 3dfee6e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/main.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: '[Updating markdown files]'
22

33
on:
4+
# Allows for munual runs of workflow
45
workflow_dispatch:
56

7+
# Default whenever a new code file is pushed to the main branch
68
push:
79
branches:
810
- main
@@ -18,6 +20,7 @@ jobs:
1820

1921
steps:
2022
- name: Call and run markdown generator
21-
uses: Zanger67/Wikileet@main
23+
uses: Zanger67/WikiLeet@main
2224
with:
25+
# Insert your LeetCode username here!
2326
username: Zanger

my-submissions/e2620 v3.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
*/
55
var createCounter = function(n) {
66
return () => n++;
7-
};
7+
};

0 commit comments

Comments
 (0)