We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80eda91 commit 8955b97Copy full SHA for 8955b97
.github/workflows/migrator_uniqueness.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "Checking for existing uses of migrator $migrator in conda-forge..."
44
45
# Search in GH-org with exact path where migrators end up
46
- num_hits=$(gh search code "org:conda-forge path:.ci_support/migrations/ filename:$migrator") \
+ num_hits=$(gh search code "org:conda-forge path:.ci_support/migrations/ filename:$migrator" \
47
--json repository \
48
--jq 'map(select(.repository.isArchived == false)) | length')
49
0 commit comments