3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-18 03:57:42 +00:00

chore: update README.md (#1922)

This commit is contained in:
Tonye Jack 2024-02-06 22:33:30 -07:00 committed by GitHub
parent b2d4e1b488
commit 97120ff1f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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