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