Skip to content

Commit 9cc12b5

Browse files
committed
hotfix: quote packages for the case where there are no packages for injection
1 parent 5e2d585 commit 9cc12b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-2-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
run: |
132132
python -m scripts.spack_manifest.injection.modules \
133133
--manifest ../${{ inputs.spack-manifest-path }} \
134-
--packages ${{ steps.config-packages.outputs.packages-for-injection }} \
134+
--packages "${{ steps.config-packages.outputs.packages-for-injection }}" \
135135
--output ../${{ inputs.spack-manifest-path }}
136136
137137
- name: Get SHA for access-spack-packages repository

0 commit comments

Comments
 (0)