Skip to content

Commit d42da52

Browse files
committed
Fix typo in step name
1 parent bb28de0 commit d42da52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
echo "version=${SPACK_VERSION}" | tee -a $GITHUB_OUTPUT
8686
echo "cherrypicks=${SPACK_CHERRYPICKS//$'\n'/ }" | tee -a $GITHUB_OUTPUT
8787
echo "cherrypicks_files=${SPACK_CHERRYPICKS_FILES//$'\n'/ }" | tee -a $GITHUB_OUTPUT
88-
- name: Load spack-packages version aversionry-picks
88+
- name: Load spack-packages version and cherry-picks
8989
id: spack-packages
9090
shell: bash
9191
run: |

0 commit comments

Comments
 (0)