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 2637759

Browse files
Update test values to match live values
1 parent 2a205fd commit 2637759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function main() {
1818
leetcodeSession = config.LEETCODE_SESSION;
1919
filterDuplicateSecs = config.FILTER_DUPLICATE_SECS;
2020
destinationFolder = config.DESTINATION_FOLDER;
21-
verbose = config.VERBOSE;
21+
verbose = config.VERBOSE.toString();// Convert to string to match core.getInput('verbose') return type
2222
commitHeader = config.COMMIT_HEADER;
2323
} else {
2424
githubToken = core.getInput('github-token');

0 commit comments

Comments
(0)

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