fix(ci): delete e2e-comment useless 'echo' (#1440)

This commit is contained in:
yoyo 2024-03-01 16:32:39 +08:00 committed by GitHub
parent a74ec33a1e
commit faba131d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -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: