Skip to content

Commit 890c4a8

Browse files
committed
fix variable
1 parent d28e6d0 commit 890c4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/migrator_uniqueness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "Checking for existing uses of migrator $migrator in conda-forge..."
4444
4545
# 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)
46+
query=$(printf "org:conda-forge path:.ci_support/migrations/$migrator" | jq -sRr @uri)
4747
response=$(curl -s -H "Accept: application/vnd.github+json" \
4848
-H "Authorization: token $GH_TOKEN" \
4949
"https://api.github.com/search/code?q=$query&per_page=10")

0 commit comments

Comments
 (0)