Skip to content

Commit 6626fd1

Browse files
authored
chore: update search-repo-by-file.yaml
1 parent a7069b3 commit 6626fd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/search-repo-by-file.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
echo "🔎 Ищем репозитории, где есть файл $FILE_PATH..."
4444
4545
# Репозитории, где файл присутствует (точный путь)
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 \
46+
# gh search code ".qubership/grand-report.json" --owner "$ORG" --match path
47+
gh search code ".qubership/grand-report.json" --owner "$ORG" --match path --limit 1000 --json repository \
4848
| jq -r '.[].repository.nameWithOwner' | sort | uniq > repos_with_file.txt
4949
5050
echo "Репозиториев с файлом: $(wc -l < repos_with_file.txt)"

0 commit comments

Comments
 (0)