Skip to content

Commit 9cc4b40

Browse files
authored
Update echo syntax in test-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.yml
1 parent 32b4ac5 commit 9cc4b40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-mlperf-inference-bert-deepsparse-tf-onnxruntime-pytorch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
openssl enc -e -aes-256-cbc -md sha512 -pbkdf2 -iter 100000 \
3434
-pass pass:"$ENCRYPTION_KEY" -base64 -A)
3535
36-
echo "encrypted_secret=$encrypted" >> $GITHUB_OUTPUT
36+
echo "encrypted_secret<<EOF" >> $GITHUB_OUTPUT
37+
echo "$encrypted" >> $GITHUB_OUTPUT
38+
echo "EOF" >> $GITHUB_OUTPUT
3739
3840
build:
3941
name: MLPerf Inference Bert ${{ matrix.backend }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)