You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ GitHub Action for automatically syncing LeetCode submissions to a GitHub reposit
7
7
8
8
## Features
9
9
10
-
- Syncs accepted solutions from LeetCode
10
+
- Syncs accepted solutions from LeetCode to the default branch of the GitHub repo
11
11
- Only syncs solutions that have not been synced before
12
12
- Uploads the latest accepted solution for a single problem if there are multiple submissions per day
13
13
@@ -22,7 +22,6 @@ GitHub Action for automatically syncing LeetCode submissions to a GitHub reposit
22
22
23
23
2. Create a new GitHub repository to host the LeetCode submissions.
24
24
25
-
- Make sure to have at least one commit, e.g. you can initialize the repository with a README.
26
25
- It can be either private or public.
27
26
28
27
3. Add the values from step 1 as [GitHub secrets](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#creating-encrypted-secrets-for-a-repository),
@@ -46,7 +45,7 @@ GitHub Action for automatically syncing LeetCode submissions to a GitHub reposit
0 commit comments