Skip to content

Commit

Permalink
Change to single quotes
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <john@testifysec.com>
  • Loading branch information
jkjell committed Oct 31, 2023
1 parent aeb2f9c commit 6f8929c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/witness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -69,7 +69,7 @@ jobs:
with:
step: ${{ inputs.step }}
attestations: ${{ inputs.attestations }}
command: /bin/sh -c "${{ inputs.command }}"
command: /bin/sh -c '${{ inputs.command }}'
- if: ${{ inputs.pull_request == true }}
run: ${{ inputs.command }}

Expand Down

0 comments on commit 6f8929c

Please sign in to comment.