Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlesfrog committed Nov 6, 2024
1 parent 99523d4 commit d9ec2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Evidence on docker
run: |
echo '{ "actor": "${{ github.actor }}", "date": "'$(date -u +"%Y-%m-%dT%H:%M:%SZ")'" }' > sign.json
jf evd create --subject-repo-path example-project-docker-dev/example-project-app/${{ github.run_number }}/list.manifest.json \
jf evd create --subject-repo-path example-project-docker-dev/example-project-app/${{ github.run_number }}/list.manifest.json \
--key "${{ secrets.PRIVATE_KEY }}" \
--predicate ./sign.json --predicate-type https://jfrog.com/evidence/signature/v1
echo '🔎 Evidence attached: `signature` :lock_with_ink_pen: '
Expand Down

0 comments on commit d9ec2d4

Please sign in to comment.