From a08b8c460563f34bae2b64f9888eae02b1ee23a9 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:20:31 +0800 Subject: [PATCH] ci: attempt to echo out the sanitised variables --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1045ace3c..2b5fc8089 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,8 @@ jobs: PLATFORM: 'linux/amd64' - name: Test Sanitized Variables run: | - echo "Sanitized Owner: ${{ env.OWNER_LC }}" - echo "Sanitized Platform: ${{ env.PLATFORM }}" + echo "Sanitized Owner: $OWNER_LC" + echo "Sanitized Platform: $PLATFORM" - name: Install dependencies env: HUSKY: 0