forked from waja/action-debian-package
workflows: clone to package directory
This commit is contained in:
parent
85503a8961
commit
eab79fb44a
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Clone repo
|
||||
run: |
|
||||
git clone ${{matrix.repo}} -b ${{matrix.ref}}
|
||||
git clone ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}}
|
||||
- name: Test run
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue