Skip to content

Commit

Permalink
correct problem ID issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymanning authored Jul 5, 2024
1 parent 6ea66ce commit 9eb404b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_new_note.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
https://leetcode.com/graphql -o response.json
# Parse problem details and set outputs
PROBLEM_ID=$(jq -r '.data.activeDailyCodingChallengeQuestion.question.questionId' response.json)
PROBLEM_ID=$(jq -r '.data.activeDailyCodingChallengeQuestion.question.questionFrontendId' response.json)
echo "::set-output name=problem_id::${PROBLEM_ID}"
TITLE=$(jq -r '.data.activeDailyCodingChallengeQuestion.question.title' response.json)
Expand Down

0 comments on commit 9eb404b

Please sign in to comment.