From 7572aa54eb8a74d320c3e641f89fa62b07d79b70 Mon Sep 17 00:00:00 2001 From: Nadin Jbara <93648739+nadin-Starkware@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:30:38 +0300 Subject: [PATCH] Update test_ci.yml --- .github/workflows/test_ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_ci.yml b/.github/workflows/test_ci.yml index 4011fd9..b69d5f8 100644 --- a/.github/workflows/test_ci.yml +++ b/.github/workflows/test_ci.yml @@ -28,4 +28,6 @@ jobs: - name: Run tests run: | echo "here we run tests" - echo "the secret is: ${{ vars.TEST_SECRET }}" + echo "the secret is: " + echo "$env.TEST_SECRET" + example-command "$env:TEST_SECRET"