Skip to content

Commit a963d0c

Browse files
committed
Echo /etc/passwd
1 parent 9f37dcd commit a963d0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ jobs:
213213
- name: Print home path
214214
run: echo ~/
215215

216+
- name: Print users
217+
run: cat /etc/passwd
218+
216219
- name: Run build script
217220
env:
218221
HOME: /home/opc/actions-runner

0 commit comments

Comments
 (0)