We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d9487 commit 4730ffaCopy full SHA for 4730ffa
1 file changed
.github/workflows/ci.yml
@@ -34,9 +34,7 @@ jobs:
34
spack-manifest-path: ${{ matrix.file }}
35
allow-ssh-into-spack-install: false # If true, PR author must ssh into instance to complete job
36
spack-manifest-data-path: .github/build-ci/data/standard.json
37
- # builtin-spack-packages-ref: main
38
- # access-spack-packages-ref: api-v2
39
- # spack-config-ref: main
40
- # spack-ref: releases/v1.1
+ # Default args (including explicit spack/spack-packages/spack-config versions)
+ # are specified in https://github.com/ACCESS-NRI/build-ci/tree/v3/.github/workflows#inputs
41
secrets:
42
- spack-install-command-pat: ${{ secrets.SPACK_INSTALL_COMMAND_PAT }}
+ spack-install-command-pat: ${{ secrets.SPACK_INSTALL_COMMAND_PAT }}
0 commit comments