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
|
uses: actions/checkout@v2
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: |
|
run: |
|
||||||
git clone ${{matrix.repo}} -b ${{matrix.ref}}
|
git clone ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}}
|
||||||
- name: Test run
|
- name: Test run
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue