Skip to content

Commit

Permalink
from json, check contains
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 12, 2024
1 parent bc66a48 commit 1ce1f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
changed_files="${{ steps.get_changes.outputs.changed_files }}"
echo "Changed files: $changed_files"
echo "${{ contains(steps.get_changes.outputs.changed_files, 'libs/langchain-cohere') }}"
echo "${{ contains(fromJSON('["libs/langchain-cohere", "langchain-core"]'), steps.get_changes.outputs.changed_files) }}"
# Perform further actions based on the changed files
# - name: Get changes
Expand Down

0 comments on commit 1ce1f1e

Please sign in to comment.