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: