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 3aed5c5 commit 56651f7Copy full SHA for 56651f7
.github/workflows/IntegrationTest.yml
@@ -46,8 +46,8 @@ jobs:
46
run: |
47
using Pkg
48
# If provided add local registries
49
- if !isempty("${{ inputs.local-registry-urls }}")
50
- registry_urls = split("${{ inputs.local-registry-urls }}", "\n") .|> string
+ if !isempty("${{ inputs.localregistry }}")
+ registry_urls = split("${{ inputs.localregistry }}", "\n") .|> string
51
for registry_url in registry_urls
52
isempty(registry_url) && continue
53
Pkg.Registry.add(Pkg.RegistrySpec(; url=registry_url))
0 commit comments