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 3b1cebd commit 18a84dcCopy full SHA for 18a84dc
.github/workflows/CompatHelper.yml
@@ -66,7 +66,7 @@ jobs:
66
split("${{ inputs.local-registry-names }}", "\n") .|> string
67
else
68
# Guess the registry name from the last part of the repository URL.
69
- map(registry_url -> string(first(split(last(split(registry_url, '/')), '.')), registry_urls))
+ map(registry_url -> string(first(split(last(split(registry_url, '/')), '.'))), registry_urls)
70
end
71
for (registry_url, registry_name) in zip(registry_urls, registry_names)
72
isempty(registry_url) && continue
0 commit comments