diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9734766c..ab1615f47 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -136,7 +136,7 @@ jobs: id: testset shell: bash -x -e {0} run: | - echo ${{ github.event.issue_comment.comment }} + echo ${{ github.event.comment.body }} TEST_SUBSET=${{ inputs.TEST_SUBSET || 'base' }} echo "TEST_SUBSET=$TEST_SUBSET" | tee -a $GITHUB_OUTPUT