From e9d481715e430825f52dfe23929f97373afa8e6e Mon Sep 17 00:00:00 2001 From: bracesproul Date: Tue, 11 Jun 2024 16:20:02 -0700 Subject: [PATCH] toJson --- .github/workflows/test-compat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-compat.yml b/.github/workflows/test-compat.yml index c89447db89d2..5545128ce72f 100644 --- a/.github/workflows/test-compat.yml +++ b/.github/workflows/test-compat.yml @@ -34,7 +34,7 @@ jobs: if: ${{ github.event_name == 'pull_request' }} steps: - name: Log changed files - run: echo "${{ github.event.pull_request }}" && echo "${{ contains(github.event.pull_request.paths, 'libs/**') }}" && echo "${{ contains(github.event.pull_request.paths, 'libs/langchain-cohere') }}" + run: echo "${{ toJSON(github.event.pull_request) }}" # - uses: actions/checkout@v4 # - name: Use Node.js ${{ env.NODE_VERSION }} # uses: actions/setup-node@v3