This commit is contained in:
parent
7988d852e2
commit
3bf3d65ecc
1 changed files with 10 additions and 5 deletions
|
@ -9,14 +9,19 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- run: ls -al
|
||||
|
||||
- name: Checkout tools repo
|
||||
- name: Checkout oxidized
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: milka64/oxidized
|
||||
token: ${{ secrets.TOKEN }}
|
||||
path: my-tools
|
||||
path: oxidized
|
||||
ref: master
|
||||
|
||||
- run: ls -al my-tools
|
||||
- name: Checkout nginx config
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: milka64/nginx-config
|
||||
token: ${{ secrets.TOKEN }}
|
||||
path: nginx-config
|
||||
ref: main
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue