Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/CheckCompatBounds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ permissions:
jobs:
check-compat-bounds:
name: "CheckCompatBounds"
uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@v2"
uses: "ITensor/ITensorActions/.github/workflows/CheckCompatBounds.yml@mf/subdir-inputs"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
jobs:
compathelper:
name: "CompatHelper"
uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@v2"
uses: "ITensor/ITensorActions/.github/workflows/CompatHelper.yml@mf/subdir-inputs"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
secrets: "inherit"
2 changes: 1 addition & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
documentation:
name: "Documentation"
uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@v2"
uses: "ITensor/ITensorActions/.github/workflows/Documentation.yml@mf/subdir-inputs"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
integration-test:
name: "IntegrationTest"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@v2"
uses: "ITensor/ITensorActions/.github/workflows/IntegrationTest.yml@mf/subdir-inputs"
secrets: "inherit"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Registrator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
registrator:
name: "Registrator"
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@v2"
uses: "ITensor/ITensorActions/.github/workflows/Registrator.yml@mf/subdir-inputs"
with:
localregistry: "ITensor/ITensorRegistry"
secrets: "inherit"
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- "ubuntu-latest"
- "macOS-latest"
- "windows-latest"
uses: "ITensor/ITensorActions/.github/workflows/Tests.yml@v2"
uses: "ITensor/ITensorActions/.github/workflows/Tests.yml@mf/subdir-inputs"
with:
group: "${{ matrix.group }}"
julia-version: "${{ matrix.version }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/VersionCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ permissions:
jobs:
version-check:
name: "VersionCheck"
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@v2"
uses: "ITensor/ITensorActions/.github/workflows/VersionCheck.yml@mf/subdir-inputs"
with:
localregistry: "https://github.com/ITensor/ITensorRegistry.git"
Loading