Skip to content

Commit 54958d6

Browse files
committed
fix
1 parent 4ad634f commit 54958d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build_ya/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
extra_params+=(--target="${{ inputs.build_target }}")
6767
fi
6868
69-
if [ "${{ inputs.put_build_results_to_cache }}" != "false" ]; then
69+
if [ "${{ inputs.put_build_results_to_cache }}" = "true" ]; then
7070
extra_params+=(--bazel-remote-store)
7171
extra_params+=(--bazel-remote-base-uri "${{ inputs.bazel_remote_uri }}")
7272
fi

0 commit comments

Comments
 (0)