fix ci/cd
This commit is contained in:
parent
393f6496a5
commit
4fd3581c7f
1 changed files with 13 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue