Skip to content

Commit

Permalink
qqq
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Feb 29, 2024
1 parent 8070917 commit 438c133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
if [[ -z "$repos" ]]; then
break
fi
echo "$repos"
echo "$repos" | jq -r '.[] | select((.name | startswith("app-")) and (.archived == false) and (.has_files == true) and (.files | any(.name == "ledger.toml"))) | .name'
((page=page+100))
done
Expand Down

0 comments on commit 438c133

Please sign in to comment.