Skip to content

Commit eba6cf4

Browse files
committed
switch user
1 parent 70b0b77 commit eba6cf4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_inf.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ jobs:
2323
# - vagrant:/vagrant
2424

2525
steps:
26+
- name: switch user
27+
run: su ansible
28+
29+
- name: show user
30+
run: whoami
31+
2632
- name: Checkout repository
2733
uses: actions/checkout@v4
2834
with:

0 commit comments

Comments
 (0)