From ce9f009e3aab4e333cc895938c7b814d391893af Mon Sep 17 00:00:00 2001 From: tommie Date: Mon, 20 Mar 2023 18:05:33 +0100 Subject: [PATCH] Getting it right... ... one quote at a time. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 005e8c2..21ec2f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -63,8 +63,8 @@ jobs: id: show-output run: | echo "## Job Outputs" >>"$GITHUB_STEP_SUMMARY" - echo "* \`innernet_release=${{ steps.check-latest-release.outputs.innernet_release }}\` >>"$GITHUB_STEP_SUMMARY" - echo "* \`new_release_exists=${{ steps.check-repo-release.outputs.new_release_exists }}\` >>"$GITHUB_STEP_SUMMARY" + echo "* \`innernet_release=${{ steps.check-latest-release.outputs.innernet_release }}\`" >>"$GITHUB_STEP_SUMMARY" + echo "* \`new_release_exists=${{ steps.check-repo-release.outputs.new_release_exists }}\`" >>"$GITHUB_STEP_SUMMARY" build-deb: name: Build DEB Packages