mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 05:30:42 +08:00
test-your-pr: fix bot comment: no ~ expand [skip ci]
Signed-off-by: Jerry <isjerryxiao@outlook.com>
This commit is contained in:
parent
fdc7b8b410
commit
19a233b853
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-your-pr.yml
vendored
4
.github/workflows/test-your-pr.yml
vendored
|
@ -65,11 +65,11 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- shell: bash
|
- shell: bash
|
||||||
run: |
|
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
|
- uses: thollander/actions-comment-pull-request@v2
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.COMMENT_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.COMMENT_GITHUB_TOKEN }}
|
||||||
filePath: ~/buildjob_tail.log
|
filePath: /tmp/buildjob_tail.log
|
||||||
|
|
||||||
- run: false
|
- run: false
|
||||||
|
|
Loading…
Reference in a new issue