test-your-pr: fix bot comment: no longer need tr [skip ci]

Signed-off-by: Jerry <isjerryxiao@outlook.com>
This commit is contained in:
JerryXiao 2023-12-05 19:48:42 +08:00
parent 70891fe946
commit 345cef1fb2
Signed by: Jerry
GPG Key ID: 22618F758B5BE2E5
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ jobs:
steps:
- shell: bash
run: |
echo ${{needs.build.outputs.generate_roa}} | base64 -d | tr -d '`' |tail > /tmp/buildjob_tail.log || echo 'internal error' > /tmp/buildjob_tail.log
echo ${{needs.build.outputs.generate_roa}} | base64 -d | tail > /tmp/buildjob_tail.log || echo 'internal error' > /tmp/buildjob_tail.log
- uses: actions/github-script@v7
with: