diff --git a/tools/src/main/resources/com/io7m/ghrepostools/templating/deployMain.ftlx b/tools/src/main/resources/com/io7m/ghrepostools/templating/deployMain.ftlx index 73f11e7..50be4fe 100644 --- a/tools/src/main/resources/com/io7m/ghrepostools/templating/deployMain.ftlx +++ b/tools/src/main/resources/com/io7m/ghrepostools/templating/deployMain.ftlx @@ -23,7 +23,7 @@ jobs: - name: Import signing key env: PGP_SIGNING_KEY: ${r"${{ secrets.PGP_SIGNING_KEY }}"} - run: echo ${r"${PGP_SIGNING_KEY} | gpg --import"} + run: echo ${r'"${PGP_SIGNING_KEY}" | gpg --import'} - name: Log in to Quay.io. uses: redhat-actions/podman-login@v1.7