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 844c958 commit 337b42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/__generate_image_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
optimize_options_ld: "-O2"
id: yq
run: |
echo values="${VALUE}" | yq -o=json >> $GITHUB_OUTPUT
echo values=$(echo "${VALUE}" | yq -o=json) >> $GITHUB_OUTPUT
outputs:
values: ${{ steps.yq.outputs.values }}
mixin:
Expand Down

0 comments on commit 337b42b

Please sign in to comment.