Skip to content

Commit c38a094

Browse files
committed
add step name
1 parent 6d6d481 commit c38a094

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verify-bundled-files.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: git checkout
1919
uses: actions/checkout@v5
2020

21-
- uses: dorny/paths-filter@v3
21+
- name: Detect changed files
22+
uses: dorny/paths-filter@v3
2223
id: changes
2324
with:
2425
base: master

0 commit comments

Comments
 (0)