From aeb2f9c9c7ddd09451d4f34ab99642a5090f333a Mon Sep 17 00:00:00 2001 From: John Kjell Date: Tue, 31 Oct 2023 06:29:05 -0500 Subject: [PATCH] Add missing quote Signed-off-by: John Kjell --- .github/workflows/witness.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/witness.yml b/.github/workflows/witness.yml index 757ff7f..d3aef34 100644 --- a/.github/workflows/witness.yml +++ b/.github/workflows/witness.yml @@ -60,7 +60,7 @@ jobs: with: step: pre-${{ inputs.step }} attestations: ${{ inputs.attestations }} - command: /bin/sh -c "${{ inputs.pre-command }} + command: /bin/sh -c "${{ inputs.pre-command }}" - if: ${{ inputs.pre-command != '' && inputs.pull_request == true }} run: ${{ inputs.pre-command }}