From fcf9ba6b859ecd7a788c758825f4228fa3bbe1a9 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Thu, 20 Jun 2024 13:08:03 +1000 Subject: [PATCH] fix: typo in test --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 8f15f2b..1b6b67f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -372,7 +372,7 @@ jobs: - name: Check if secrets are available run: | - if [[ "${{ secrets.MY_TEST_SECRET }}" == "xval" ]]; then + if [[ "x${{ secrets.MY_SECRET }}" == "xval" ]]; then echo "Access to secrets" else echo "No access to secrets"