@@ -16,14 +16,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 # 打印PR 详细信息 - name: Print PR details run: | echo "The PR ID is ${{ github.event.pull_request.id }}" echo "The PR number is ${{ github.event.pull_request.number }}" echo "The...