Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c86561b

Browse files
name change for test
1 parent 146c52c commit c86561b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎action.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'LeetCode Sync'
1+
name: 'LeetCode Syncv1.1'
22
description: 'Sync LeetCode submissions to GitHub'
33
branding:
44
icon: git-commit

‎src/action.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ async function sync(inputs) {
301301

302302
const octokit = new Octokit({
303303
auth: githubToken,
304-
userAgent: "LeetCode syncs to GitHub - GitHub Action",
304+
userAgent: "LeetCode sync to GitHub - GitHub Action",
305305
});
306306
// First, get the time the timestamp for when the syncer last ran.
307307
const commits = await octokit.repos.listCommits({

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /