From c67913a5f8d3a007729cee8316e99b0a2f6db8b9 Mon Sep 17 00:00:00 2001 From: John Kjell Date: Fri, 27 Oct 2023 12:55:50 -0500 Subject: [PATCH] Fix variables in witness workflow (#79) Signed-off-by: John Kjell --- .github/workflows/witness.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/witness.yml b/.github/workflows/witness.yml index ab6dcaa2..ef64e34c 100644 --- a/.github/workflows/witness.yml +++ b/.github/workflows/witness.yml @@ -41,7 +41,7 @@ jobs: uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934 with: step: ${{ inputs.step }} - attestations: $${ inputs.attestations }} - command: /bin/sh -c "$${ inputs.command }}" + attestations: ${{ inputs.attestations }} + command: /bin/sh -c "${{ inputs.command }}" - if: ${{ inputs.pull_request == true }} run: ${{ inputs.command }}