Skip to content

Commit

Permalink
Update chunk_documents.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuciferUchiha authored Jul 25, 2024
1 parent 3957a0f commit 7848248
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/chunk_documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r ./chunker/requirements.txt
- name: Get changed files
uses: tj-actions/changed-files@v44
- name: List all changed files
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
done

0 comments on commit 7848248

Please sign in to comment.