We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7069b3 commit 6626fd1Copy full SHA for 6626fd1
1 file changed
.github/workflows/search-repo-by-file.yaml
@@ -43,8 +43,8 @@ jobs:
43
echo "🔎 Ищем репозитории, где есть файл $FILE_PATH..."
44
45
# Репозитории, где файл присутствует (точный путь)
46
- gh search code ".qubership/grand-report.json" --owner "$ORG" --match path
47
- gh search code ".qubership/grand-report.json" --owner "$ORG" --match path --json repository \
+ # gh search code ".qubership/grand-report.json" --owner "$ORG" --match path
+ gh search code ".qubership/grand-report.json" --owner "$ORG" --match path --limit 1000 --json repository \
48
| jq -r '.[].repository.nameWithOwner' | sort | uniq > repos_with_file.txt
49
50
echo "Репозиториев с файлом: $(wc -l < repos_with_file.txt)"
0 commit comments