diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4e7cf9746e..fddcff01ea 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -40,8 +40,7 @@ jobs: path: .release/ - name: test - if: ${{ contains(github.event.pull_request.labels, '🆕 Feature Preview') }} - run: echo "This is a test" + run: echo "test :o ${{ toJson(github.event)}}" - uses: exercism/pr-commenter-action@v1.5.1 if: ${{ contains(github.event.pull_request.labels, '🆕 Feature Preview') }}