Skip to content

Commit 921020a

Browse files
committed
Allow configuring a custom spack repository
1 parent 40a800a commit 921020a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,17 @@ inputs:
2121
description: "Path to install Spack to"
2222
required: false
2323
default: "spack"
24+
repository:
25+
description: "Repository to use as Spack"
26+
required: false
27+
default: "spack/spack"
2428
runs:
2529
using: "composite"
2630
steps:
2731
- name: Checkout Spack
2832
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2933
with:
30-
repository: spack/spack
34+
repository: ${{ inputs.repository }}
3135
path: ${{ inputs.path }}
3236
ref: ${{ inputs.ref }}
3337

0 commit comments

Comments
 (0)