We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad634f commit 54958d6Copy full SHA for 54958d6
.github/actions/build_ya/action.yml
@@ -66,7 +66,7 @@ runs:
66
extra_params+=(--target="${{ inputs.build_target }}")
67
fi
68
69
- if [ "${{ inputs.put_build_results_to_cache }}" != "false" ]; then
+ if [ "${{ inputs.put_build_results_to_cache }}" = "true" ]; then
70
extra_params+=(--bazel-remote-store)
71
extra_params+=(--bazel-remote-base-uri "${{ inputs.bazel_remote_uri }}")
72
0 commit comments