Skip to content

Commit

Permalink
toJson
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 11, 2024
1 parent 8f22a96 commit e9d4817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9d4817

Please sign in to comment.