This commit is contained in:
@@ -20,11 +20,11 @@ jobs:
|
|||||||
|
|
||||||
- name: emerge git
|
- name: emerge git
|
||||||
run: |
|
run: |
|
||||||
emerge dev-vcs/git
|
emerge --getbinpkg dev-vcs/git
|
||||||
|
|
||||||
- name: checkout repo
|
- name: checkout repo
|
||||||
run: |
|
run: |
|
||||||
git clone --depth=1 https://git.epenguin.net/gentoo-utils/gentoo-utils-gitea gentoo-utils
|
git clone https://git.epenguin.net/gentoo-utils/gentoo-utils-gitea gentoo-utils
|
||||||
cd gentoo-utils
|
cd gentoo-utils
|
||||||
git checkout ${{ gitea.sha }}
|
git checkout ${{ gitea.sha }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user