Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Feb 29, 2024
1 parent db24937 commit 1c24336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
id: list_repos
run: |
curl -s "https://api.github.com/orgs/LedgerHQ/repos?type=public&per_page=100" \
| jq -r '.[] | select(.name | startswith("app-") and .archived == false) | .name'
| jq -r '.[] | select(.name | startswith("app-")) | select(.archived == false) | .name'

0 comments on commit 1c24336

Please sign in to comment.