Skip to content

Commit

Permalink
fix quots (#13446)
Browse files Browse the repository at this point in the history
  • Loading branch information
iddqdex authored Jan 16, 2025
1 parent 9327bcf commit 798b717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test_ya/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ runs:
git checkout $ORIGINAL_HEAD
YA_MAKE_TARGET=.
else
YA_MAKE_TARGET=${{ inputs.build_target }}
YA_MAKE_TARGET="${{ inputs.build_target }}"
fi
readarray -d ',' -t test_size < <(printf "%s" "${{ inputs.test_size }}")
Expand Down

0 comments on commit 798b717

Please sign in to comment.