We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb28de0 commit d42da52Copy full SHA for d42da52
.github/workflows/build-push.yml
@@ -85,7 +85,7 @@ jobs:
85
echo "version=${SPACK_VERSION}" | tee -a $GITHUB_OUTPUT
86
echo "cherrypicks=${SPACK_CHERRYPICKS//$'\n'/ }" | tee -a $GITHUB_OUTPUT
87
echo "cherrypicks_files=${SPACK_CHERRYPICKS_FILES//$'\n'/ }" | tee -a $GITHUB_OUTPUT
88
- - name: Load spack-packages version aversionry-picks
+ - name: Load spack-packages version and cherry-picks
89
id: spack-packages
90
shell: bash
91
run: |
0 commit comments