From 0ac216352e5eb87c6163341cb921407368cc54b1 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sat, 20 Apr 2024 14:46:28 +0000 Subject: [PATCH] Downgrade coverage workflow to v3. --- .github/workflows/deploy.linux.temurin.lts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.linux.temurin.lts.yml b/.github/workflows/deploy.linux.temurin.lts.yml index b080fa4..70d8f5d 100644 --- a/.github/workflows/deploy.linux.temurin.lts.yml +++ b/.github/workflows/deploy.linux.temurin.lts.yml @@ -22,7 +22,7 @@ jobs: - name: Import signing key env: PGP_SIGNING_KEY: ${{ secrets.PGP_SIGNING_KEY }} - run: echo ${PGP_SIGNING_KEY} | gpg --import + run: echo "${PGP_SIGNING_KEY}" | gpg --import - name: Log in to Quay.io. uses: redhat-actions/podman-login@v1.7