File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 12
12
description : " Repository name, including the group/user, such as ITensor/ITensors.jl"
13
13
required : true
14
14
type : string
15
- local-registry-urls :
16
- description : ' Registries besides General to use. Specified by providing the url (https/ssh) to the Github
17
- repositories as a newline (\n) seperated list. Defaults to including the ITensorRegistry
18
- (https://github.com/ITensor/ITensorRegistry.git).'
15
+ localregistry :
16
+ description : " Add local registries hosted on GitHub. Specified by providing the url (https/ssh) to the repositories as a newline (\n ) seperated list. User is responsible for setting up the necessary SSH-Keys to access the repositories if necessary."
19
17
default : " "
20
18
required : false
21
19
type : string
35
33
with :
36
34
version : ${{ inputs.julia-version }}
37
35
arch : x64
38
- localregistry : https://github.com/ITensor/ITensorRegistry.git
39
36
- uses : julia-actions/julia-buildpkg@latest
37
+ with :
38
+ localregistry : " ${{ inputs.localregistry }}"
40
39
- name : Clone Downstream
41
40
uses : actions/checkout@v4
42
41
with :
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ since it is safe to register the changes without breaking downstream
217
217
packages if they follow semver in their compat versions.
218
218
Additionally, if some dependent packages being tested are registered in one or more
219
219
local registry, you can specify a list of local registries using their
220
- repository URLs using the `local-registy-urls ` option,
220
+ repository URLs using the `localregisty ` option,
221
221
which should be a string with registry URLs seperated by a newline character (`\n`).
222
222
Here is an example workflow :
223
223
@@ -242,6 +242,6 @@ jobs:
242
242
- 'ITensor/TensorAlgebra.jl'
243
243
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@main"
244
244
with:
245
- local-registry-urls : "https://github.com/ITensor/ITensorRegistry.git"
245
+ localregistry : "https://github.com/ITensor/ITensorRegistry.git"
246
246
repo: "${{ matrix.repo }}"
247
247
` ` `
You can’t perform that action at this time.
0 commit comments