This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new ec32b37350a Remove unnecessary print in ISSUE Standardized Process 
(#16885)
ec32b37350a is described below

commit ec32b37350aed0d59d74ab068f9a99b551b103ad
Author: 吴伟杰 <[email protected]>
AuthorDate: Sun Apr 17 15:54:53 2022 +0800

    Remove unnecessary print in ISSUE Standardized Process (#16885)
---
 .github/workflows/issue.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml
index e751961239c..c7e36269063 100644
--- a/.github/workflows/issue.yml
+++ b/.github/workflows/issue.yml
@@ -30,9 +30,6 @@ jobs:
     runs-on: ubuntu-latest
     if: ${{ github.repository == 'apache/shardingsphere' && github.event_name 
== 'issue_comment' }}
     steps:
-      - name: Print Issue Comment
-        run: |
-          echo ${{ github.event.comment.body }}
       - name: Trigger The CI Workflow
         if: ${{ contains( github.event.comment.body , '/run ci') }} 
         uses: mvasigh/dispatch-action@main

Reply via email to