Skip to content

Commit

Permalink
more quotes (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasaky authored Nov 13, 2024
1 parent 3db2888 commit 8201522
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 @@ -69,7 +69,7 @@ jobs:
- name: Save Key
env:
ED_25519_PRIVATE_KEY: ${{ secrets.ED_25519_PRIVATE_KEY }}
run: echo $ED_25519_PRIVATE_KEY > /tmp/private.pem
run: echo "$ED_25519_PRIVATE_KEY" > /tmp/private.pem

- if: ${{ inputs.pre-command != '' && inputs.pull_request == false }}
uses: testifysec/witness-run-action@5f0d4d4b85d205ade1147258148e6d9751bbcb91 # v0.2.2
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
with:
name: ${{ inputs.artifact-upload-name }}
path: ${{ inputs.artifact-upload-path }}
path: ${{ inputs.artifact-upload-path }}

0 comments on commit 8201522

Please # to comment.