From 70da1fc4a2f87ca8f9b50974f544ca094dd25234 Mon Sep 17 00:00:00 2001 From: Subindev D <64056430+subindev-d@users.noreply.github.com> Date: Tue, 15 Apr 2025 15:48:04 +0100 Subject: [PATCH] workflow test --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1909f57..b16df9b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,8 +27,8 @@ jobs: runs-on: ubuntu-latest steps: - - shell: bash + - name: Build on env: TEST_SECRET: ${{ secrets.TEST_SECRET}} run: | - echo "test secret: $TEST_SECRET" \ No newline at end of file + echo "test secret: ${TEST_SECRET:0:4}" \ No newline at end of file