Fix typo in GitHub Actions step name (#30924)

This commit is contained in:
Adam J. Stewart
2022-06-02 09:33:39 -07:00
committed by GitHub
parent bd15ca4f16
commit 2bda10edb5

View File

@@ -345,7 +345,7 @@ jobs:
coverage run $(which spack) audit packages
coverage combine
coverage xml
- name: Package audits (wwithout coverage)
- name: Package audits (without coverage)
if: ${{ needs.changes.outputs.with_coverage == 'false' }}
run: |
. share/spack/setup-env.sh