Skip to content

Commit

Permalink
make json
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 015b06c commit 79ec6b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update-tuf-seeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ jobs:
npx @tufjs/cli download --metadata-base-url ${TUF_MIRROR} --cache-path ${{ runner.temp }}/tuf --unsafe-root-download --target-name registry.npmjs.org/keys.json
- name: ls
run: tree ${{ runner.temp }}
- name: make new
run: |
jq --version
jq --help
jq -n --arg rootjson "hooray" '{"bar":{"root.json":$rootjson}}'
jq -n --arg rootjson $(cat ${{ runner.temp }}/tuf/root.json | base64) \
'{"foo":{"root.json":$rootjson}}'

0 comments on commit 79ec6b9

Please sign in to comment.