-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Description
Hi!
I want to checkout this repo https://github.com/Aleksoid1978/VideoRenderer
now, it looks like this:
- name: checkout VideoRenderer
uses: actions/checkout@main
with:
repository: 'Aleksoid1978/VideoRenderer'
ref: 'master'
- name: checkout BaseClasses
uses: actions/checkout@main
with:
repository: 'v0lt/BaseClasses'
ref: '1887eb5fd5fc48669f4a6716c0323bb083481b85'
path: 'external/BaseClasses'
- name: checkout minhook
uses: actions/checkout@main
with:
repository: 'TsudaKageyu/minhook'
ref: '4a455528f61b5a375b1f9d44e7d296d47f18bb18'
path: 'external/minhook'
because of this: https://github.com/Aleksoid1978/VideoRenderer/tree/master/external
Is there any way to get it automatically? just write one of these
- name: checkout VideoRenderer
uses: actions/checkout@main
with:
repository: 'Aleksoid1978/VideoRenderer'
ref: 'master'
maybe add some parameter can be automatically checkout BaseClasses and minhook?
because there are some repos that have so many of these similar situations that there's really no way to manually deal with it....
so, any help?
Metadata
Metadata
Assignees
Labels
No labels