diff --git a/.github/workflows/centos-and-fedora.yml b/.github/workflows/centos-and-fedora.yml index f96243be6..1a9c41d8a 100644 --- a/.github/workflows/centos-and-fedora.yml +++ b/.github/workflows/centos-and-fedora.yml @@ -235,7 +235,7 @@ jobs: - name: Install rpm tools run: yum -y install rpm-build - - name: Checkout v3 + - name: Checkout v3 if: matrix.image.container == 'centos-7-amd64' uses: actions/checkout@v3 with: