Skip to content

Commit

Permalink
trying to fix action when version is specified
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Sep 17, 2024
1 parent 0ef3a31 commit e8346c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
shell: bash
run: |
spack -e myenv add \
${{ steps.determine_name.outputs.package_name }}${{ inputs.package-version }}
"${{steps.determine_name.outputs.package_name}}${{inputs.package-version}}"
- name: Install environment
shell: bash
Expand Down

0 comments on commit e8346c9

Please sign in to comment.