This commit is contained in:
Chester Curme 2025-04-25 14:01:58 -04:00
parent aebee9c833
commit 41cd29654f

View File

@ -24,14 +24,14 @@ jobs:
- name: Get repos with yq
id: get-unsorted-repos
uses: mikefarah/yq@v4
uses: mikefarah/yq@master
with:
cmd: |
yq '
.packages[]
| select(
(
(.repo | startswith("langchain-ai/"))
(.repo | test("^langchain-ai/"))
and
(.repo != "langchain-ai/langchain")
)