update workflow for clone repos
All checks were successful
/ test (push) Successful in 27s

This commit is contained in:
Michaël Ricart 2025-02-12 17:39:24 +01:00
parent 7988d852e2
commit 3bf3d65ecc

View file

@ -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