Skip to content

Commit cd7c71c

Browse files
authored
No newline in bazel cache password (#9887)
1 parent 6a01cb7 commit cd7c71c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test_ya/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ runs:
149149
shell: bash
150150
run: |
151151
export BAZEL_REMOTE_PASSWORD_FILE=$(mktemp)
152-
echo "${{ inputs.bazel_remote_password }}" > $BAZEL_REMOTE_PASSWORD_FILE
152+
echo -n "${{ inputs.bazel_remote_password }}" > $BAZEL_REMOTE_PASSWORD_FILE
153153
echo "BAZEL_REMOTE_PASSWORD_FILE=$BAZEL_REMOTE_PASSWORD_FILE" >> $GITHUB_ENV
154154
155155
- name: ya build and test

0 commit comments

Comments
 (0)