otras cosas
This commit is contained in:
parent
0e683d9923
commit
87e3a1e5ec
1 changed files with 7 additions and 1 deletions
|
|
@ -11,4 +11,10 @@ jobs:
|
|||
steps:
|
||||
# - uses: actions/checkout@v4
|
||||
- name: Run script
|
||||
run: ./test.sh
|
||||
# run: ./test.sh
|
||||
run: uname -a
|
||||
run: date
|
||||
run: whoami
|
||||
run: pwd
|
||||
run: hostname -I
|
||||
run: hostname
|
||||
|
|
|
|||
Loading…
Reference in a new issue