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 6ea66ce commit 9eb404bCopy full SHA for 9eb404b
.github/workflows/create_new_note.yml
@@ -20,7 +20,7 @@ jobs:
20
https://leetcode.com/graphql -o response.json
21
22
# Parse problem details and set outputs
23
- PROBLEM_ID=$(jq -r '.data.activeDailyCodingChallengeQuestion.question.questionId' response.json)
+ PROBLEM_ID=$(jq -r '.data.activeDailyCodingChallengeQuestion.question.questionFrontendId' response.json)
24
echo "::set-output name=problem_id::${PROBLEM_ID}"
25
26
TITLE=$(jq -r '.data.activeDailyCodingChallengeQuestion.question.title' response.json)
0 commit comments