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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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