From d9c850176cb8c98c9fa17a2b6b4e598f347388a6 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 14 Aug 2024 11:41:19 +0200 Subject: [PATCH] Use single quote in GitHub Action expression --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 48920bb..76d618d 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: echo "version=${input}" >> "$GITHUB_OUTPUT" - shell: bash - if: ${{ inputs.no-pull == "false" }} + if: ${{ inputs.no-pull == 'false' }} run: | docker pull ghcr.io/home-assistant/amd64-builder:${{ steps.version.outputs.version }} cosign verify \