Skip to content

Commit

Permalink
no fromJson
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsbinder committed May 24, 2024
1 parent 80df952 commit 771374e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
echo "package-name=${PACKAGE_NAME}" >> "${GITHUB_OUTPUT}"
subject_paths_json=$(jq --compact-output --null-input \
'$ARGS.positional' --args -- "${SUBJECT_PATHS[@]}")
echo "DEBUG=${subject_paths_json}"
echo "subject-paths=${subject_paths_json}" >> "${GITHUB_OUTPUT}"
- name: Show values
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:
id: attest
uses: actions/[email protected]
with:
subject-path: ${{ fromJson(steps.parse.outputs.subject-paths) }}
subject-path: ${{ steps.parse.outputs.subject-paths }}

- name: Show bundle
run: |
Expand Down

0 comments on commit 771374e

Please sign in to comment.