Skip to content

Commit ebe2042

Browse files
authored
Update testcf.yml
1 parent 451a007 commit ebe2042

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testcf.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4
11+
- name: Get changed files
12+
id: changed-files
13+
uses: tj-actions/[email protected]
1114
- name: List all changed files
1215
env:
1316
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)