fix(ci): delete e2e-comment useless 'echo' (#1440)
This commit is contained in:
parent
a74ec33a1e
commit
faba131d19
|
@ -38,10 +38,6 @@ jobs:
|
|||
cat user-tip.txt >> $GITHUB_OUTPUT
|
||||
echo 'EOF' >> $GITHUB_OUTPUT
|
||||
fi
|
||||
- run: |
|
||||
echo ${{ steps.txtToOutput.outputs.text }}
|
||||
- run: |
|
||||
echo ${{ steps.pr.outputs.id }}
|
||||
- uses: thollander/actions-comment-pull-request@v2
|
||||
if: ${{ steps.txtToOutput.outputs.text && steps.pr.outputs.id }}
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue