Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Jul 12, 2024
1 parent 9209c0a commit 4d2191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_mixin_values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
JOIN: ${{ inputs.join }}
run: |
echo "${BASE}" > "base.json"
echo "${MIXIN}" > "join.json"
echo "${JOIN}" > "join.json"
echo values=$(jq --argjson "mixin" "$(cat "join.json")" '[.[] | $mixin[] as $y | . + $y]' "base.json") >> $GITHUB_OUTPUT
outputs:
values: ${{ steps.mixin.outputs.values }}

0 comments on commit 4d2191a

Please sign in to comment.