This commit is contained in:
parent
87e3a1e5ec
commit
bc6512ce05
1 changed files with 7 additions and 1 deletions
|
|
@ -10,11 +10,17 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# - uses: actions/checkout@v4
|
||||
- name: Run script
|
||||
# - name: Run script 1
|
||||
# run: ./test.sh
|
||||
- name: Run script 1
|
||||
run: uname -a
|
||||
- name: Run script 2
|
||||
run: date
|
||||
- name: Run script 3
|
||||
run: whoami
|
||||
- name: Run script 4
|
||||
run: pwd
|
||||
- name: Run script 5
|
||||
run: hostname -I
|
||||
- name: Run script 6
|
||||
run: hostname
|
||||
|
|
|
|||
Loading…
Reference in a new issue