Skip to content

Commit 56651f7

Browse files
committed
Another fix to IntegrationTest
1 parent 3aed5c5 commit 56651f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/IntegrationTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
run: |
4747
using Pkg
4848
# If provided add local registries
49-
if !isempty("${{ inputs.local-registry-urls }}")
50-
registry_urls = split("${{ inputs.local-registry-urls }}", "\n") .|> string
49+
if !isempty("${{ inputs.localregistry }}")
50+
registry_urls = split("${{ inputs.localregistry }}", "\n") .|> string
5151
for registry_url in registry_urls
5252
isempty(registry_url) && continue
5353
Pkg.Registry.add(Pkg.RegistrySpec(; url=registry_url))

0 commit comments

Comments
 (0)