From faba131d1956558ffd79e583165fa04295e0a044 Mon Sep 17 00:00:00 2001 From: yoyo <15014217605@163.com> Date: Fri, 1 Mar 2024 16:32:39 +0800 Subject: [PATCH] fix(ci): delete e2e-comment useless 'echo' (#1440) --- .github/workflows/test-e2e-pr-comment.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test-e2e-pr-comment.yml b/.github/workflows/test-e2e-pr-comment.yml index ede88d374..391ebbc5e 100644 --- a/.github/workflows/test-e2e-pr-comment.yml +++ b/.github/workflows/test-e2e-pr-comment.yml @@ -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: