mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 15:52:24 +08:00
test-your-pr: fix bot comment: no longer need tr [skip ci]
Signed-off-by: Jerry <isjerryxiao@outlook.com>
This commit is contained in:
parent
70891fe946
commit
345cef1fb2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-your-pr.yml
vendored
2
.github/workflows/test-your-pr.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue