Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Jan 31, 2024
1 parent caf405c commit 1a6de43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/idl-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function check_rate_limit() {
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/rate_limit)

echo $("$RESPONSE" | jq -r '.resources.core.remaining')
echo "$RESPONSE" | jq -r '.rate.remaining'
}

P=$1
Expand Down

0 comments on commit 1a6de43

Please sign in to comment.