Skip to content

Commit

Permalink
chore: update README.md (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Feb 7, 2024
1 parent b2d4e1b commit 97120ff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1016,11 +1016,16 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v42

- name: List changed files
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
echo "List all the files that have changed: $ALL_CHANGED_FILES"
- name: Get changed files in the .github folder
id: changed-files-specific
uses: tj-actions/changed-files@v42
with:
base_sha: ${{ steps.get-base-sha.outputs.base_sha }}
files: .github/**

- name: Run step if any file(s) in the .github folder change
Expand Down

0 comments on commit 97120ff

Please sign in to comment.