Skip to content

Commit

Permalink
npx
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed Jan 11, 2024
1 parent 9cb8307 commit ba68321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-tuf-seeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Build sigstore-js
run: npm run build
- name: Init TUF cache
run: sigstore init --cache-path ${{ runner.temp }}/tuf --mirror ${TUF_MIRROR}
run: npx sigstore init --cache-path ${{ runner.temp }}/tuf --mirror ${TUF_MIRROR}
- name: ls
run: tree ${{ runner.temp }}

0 comments on commit ba68321

Please sign in to comment.