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 257198d commit 11943e4Copy full SHA for 11943e4
index.js
@@ -6,7 +6,7 @@ const { context } = require('@actions/github');
6
const TEST_MODE = process.argv.includes('test');
7
8
async function main() {
9
- let githubToken, owner, repo, leetcodeCSFRToken, leetcodeSession;
+ let githubToken, owner, repo, leetcodeCSRFToken, leetcodeSession;
10
let filterDuplicateSecs, destinationFolder;
11
if (TEST_MODE) {
12
if (!config.GITHUB_TOKEN || !config.GITHUB_REPO || !config.LEETCODE_CSRF_TOKEN || !config.LEETCODE_SESSION) {
0 commit comments