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
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: ls -al
|
- name: Checkout oxidized
|
||||||
|
|
||||||
- name: Checkout tools repo
|
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: milka64/oxidized
|
repository: milka64/oxidized
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
path: my-tools
|
path: oxidized
|
||||||
ref: master
|
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