Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Dec 12, 2023
1 parent 677a6c2 commit 8346ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ do

if [ ! -f /tmp/${gh_run_id}_1.json ]
then
for i in {1..10}; do
for i in {1..20}; do
curl -s -u vdesabou:$GH_TOKEN -H "Accept: application/vnd.github.v3+json" \
-o "/tmp/${gh_run_id}_${i}.json" \
"https://api.github.com/repos/vdesabou/kafka-docker-playground/actions/runs/${gh_run_id}/jobs?per_page=100&page=${i}"
Expand Down

0 comments on commit 8346ce0

Please sign in to comment.