test-your-pr: fix bot comment: no ~ expand [skip ci]

Signed-off-by: Jerry <isjerryxiao@outlook.com>
This commit is contained in:
JerryXiao 2023-12-05 19:32:10 +08:00
parent fdc7b8b410
commit 19a233b853
Signed by: Jerry
GPG Key ID: 22618F758B5BE2E5
1 changed files with 2 additions and 2 deletions

View File

@ -65,11 +65,11 @@ jobs:
steps:
- shell: bash
run: |
echo ${{needs.build.outputs.generate_roa}} | base64 -d |tail > ~/buildjob_tail.log || echo 'internal error' > ~/buildjob_tail.log
echo ${{needs.build.outputs.generate_roa}} | base64 -d |tail > /tmp/buildjob_tail.log || echo 'internal error' > /tmp/buildjob_tail.log
- uses: thollander/actions-comment-pull-request@v2
with:
GITHUB_TOKEN: ${{ secrets.COMMENT_GITHUB_TOKEN }}
filePath: ~/buildjob_tail.log
filePath: /tmp/buildjob_tail.log
- run: false