We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a800a commit 921020aCopy full SHA for 921020a
1 file changed
action.yml
@@ -21,13 +21,17 @@ inputs:
21
description: "Path to install Spack to"
22
required: false
23
default: "spack"
24
+ repository:
25
+ description: "Repository to use as Spack"
26
+ required: false
27
+ default: "spack/spack"
28
runs:
29
using: "composite"
30
steps:
31
- name: Checkout Spack
32
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
33
with:
- repository: spack/spack
34
+ repository: ${{ inputs.repository }}
35
path: ${{ inputs.path }}
36
ref: ${{ inputs.ref }}
37
0 commit comments