Skip to content

Commit 96ad2f8

Browse files
authored
Update release version in example in README
1 parent 242f444 commit 96ad2f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GitHub Action for automatically syncing LeetCode submissions to a GitHub reposit
77

88
## Features
99

10-
- Syncs accepted solutions from LeetCode
10+
- Syncs accepted solutions from LeetCode to the default branch of the GitHub repo
1111
- Only syncs solutions that have not been synced before
1212
- Uploads the latest accepted solution for a single problem if there are multiple submissions per day
1313

@@ -22,7 +22,6 @@ GitHub Action for automatically syncing LeetCode submissions to a GitHub reposit
2222

2323
2. Create a new GitHub repository to host the LeetCode submissions.
2424

25-
- Make sure to have at least one commit, e.g. you can initialize the repository with a README.
2625
- It can be either private or public.
2726

2827
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
4645

4746
steps:
4847
- name: Sync
49-
uses: joshcai/leetcode-sync@v1.1
48+
uses: joshcai/leetcode-sync@v1.2
5049
with:
5150
github-token: ${{ github.token }}
5251
leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}

0 commit comments

Comments
 (0)