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