doc_infra/.forgejo/workflows/test.yml
Michaël Ricart 3bf3d65ecc
All checks were successful
/ test (push) Successful in 27s
update workflow for clone repos
2025-02-12 17:39:24 +01:00

27 lines
551 B
YAML

on:
push:
branches:
- 'mai*'
jobs:
test:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout oxidized
uses: actions/checkout@v4
with:
repository: milka64/oxidized
token: ${{ secrets.TOKEN }}
path: oxidized
ref: master
- name: Checkout nginx config
uses: actions/checkout@v4
with:
repository: milka64/nginx-config
token: ${{ secrets.TOKEN }}
path: nginx-config
ref: main