Skip to content

Commit 27bb5ac

Browse files
authored
Update testcf.yml
1 parent b787d84 commit 27bb5ac

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/testcf.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: list changed-files
22
on:
33
push:
44
jobs:
5-
changedfiles:
5+
workflow:
66
runs-on: ubuntu-latest
7+
name: Test changed-files
78
steps:
8-
- name: Get changed files
9-
id: changed-files
10-
uses: tj-actions/changed-files@v45
11-
9+
- name: Checkout
10+
uses: actions/checkout@v4
1211
- name: List all added files
1312
env:
1413
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)