Skip to content

Commit 0d1f9dd

Browse files
ci(github): fix find in commands.yml
1 parent b6b78e2 commit 0d1f9dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: find
2121
shell: bash
22-
run: find
22+
run: find .
2323

2424
- name: ls
2525
shell: bash

0 commit comments

Comments
 (0)