From 6b3648f383c97e11b87d6559ac3979f95356594c Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Thu, 26 Sep 2024 14:46:38 +0100 Subject: [PATCH] test: do not wrap input value in quotes --- .github/workflows/reusable-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index 51ed7d10c4a..23bc50d06cf 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Debug inputs - if: inputs.rechunk == 'true' + if: inputs.rechunk == true run: | echo "Event: ${{ github.event_name }}" echo "Rechunk: ${{ inputs.rechunk }}"