Skip to content

Commit de1f03b

Browse files
committed
ci(demo-workflow): list all files in repository
1 parent fcdeed3 commit de1f03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/demo-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest # self-hosted
88

99
steps:
10-
- name: Hello world
10+
- name: List all files
1111
shell: bash
12-
run: echo "Hello, world!"
12+
run: ls -r

0 commit comments

Comments
 (0)