Skip to content

Commit

Permalink
Update update_keyword_data.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritten11 authored Oct 16, 2024
1 parent dbc086f commit 2ffbd04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_keyword_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
- name: Get changed files in the theses directory
id: changed-files-specific
uses: tj-actions/changed-files@v42
uses: tj-actions/changed-files@v45
with:
files: _theses_dir/**
- name: Run step if any file(s) in the docs folder change
env:
ALL_CHANGED_FILES: ${{ steps.changed-files-specific.outputs.all_changed_files }}
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
echo "One or more files in the _theses_dir folder has changed."
echo "List all the files that have changed: $ALL_CHANGED_FILES"
Expand Down

0 comments on commit 2ffbd04

Please sign in to comment.