Skip to content

Commit

Permalink
actions/ctr: Fix typo in step name
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Aug 1, 2023
1 parent b21fef4 commit 7174b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
################################################################################
#' Test musl-libc tarballs for incompatibilities between musl-libc versions
ci-musl-libc:
name: CI - musl-libc v${{ matrix.musl }} compatibality test on ${{ matrix.arch }}
name: CI - musl-libc v${{ matrix.musl }} compatibility test on ${{ matrix.arch }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 7174b94

Please sign in to comment.