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 }}