We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29440c4 commit 146c52cCopy full SHA for 146c52c
src/action.js
@@ -301,7 +301,7 @@ async function sync(inputs) {
301
302
const octokit = new Octokit({
303
auth: githubToken,
304
- userAgent: "LeetCode sync to GitHub - GitHub Action",
+ userAgent: "LeetCode syncs to GitHub - GitHub Action",
305
});
306
// First, get the time the timestamp for when the syncer last ran.
307
const commits = await octokit.repos.listCommits({
0 commit comments