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 d28e6d0 commit 890c4a8Copy full SHA for 890c4a8
.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
- query=$(printf "org:conda-forge path:.ci_support/migrations/$filename" | jq -sRr @uri)
+ query=$(printf "org:conda-forge path:.ci_support/migrations/$migrator" | jq -sRr @uri)
47
response=$(curl -s -H "Accept: application/vnd.github+json" \
48
-H "Authorization: token $GH_TOKEN" \
49
"https://api.github.com/search/code?q=$query&per_page=10")
0 commit comments