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 }}
|
||||
path: added-packages
|
||||
|
||||
- name: checkout void-packages
|
||||
uses: classabbyamp/treeless-checkout-action@v1
|
||||
- name: checkout upstream templates
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: void-linux/void-packages
|
||||
ref: master
|
||||
depth: 1
|
||||
path: upstream-packages
|
||||
|
||||
- name: copy
|
||||
|
|
Loading…
Reference in a new issue