Move to general checkout action
This commit is contained in:
parent
b6200bb7d3
commit
ecaacbb429
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
@ -23,11 +23,12 @@ jobs:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
path: added-packages
|
path: added-packages
|
||||||
|
|
||||||
- name: checkout void-packages
|
- name: checkout upstream templates
|
||||||
uses: classabbyamp/treeless-checkout-action@v1
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: void-linux/void-packages
|
repository: void-linux/void-packages
|
||||||
ref: master
|
ref: master
|
||||||
|
depth: 1
|
||||||
path: upstream-packages
|
path: upstream-packages
|
||||||
|
|
||||||
- name: copy
|
- name: copy
|
||||||
|
|
Loading…
Reference in a new issue