fix ci/cd

This commit is contained in:
Michaël Ricart 2025-02-07 15:28:56 +01:00
parent 393f6496a5
commit 4fd3581c7f

View file

@ -1,8 +1,14 @@
- name: Checkout on:
uses: actions/checkout@v4 - push
- name: Checkout tools repo jobs:
uses: actions/checkout@v4 test:
with: steps:
repository: milka64/oxidized - name: Checkout
path: my-tools uses: actions/checkout@v4
- name: Checkout tools repo
uses: actions/checkout@v4
with:
repository: milka64/oxidized
path: my-tools