1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-forgejo synced 2024-09-19 09:56:16 +00:00

checkout the branch

This commit is contained in:
Earl Warren 2023-11-04 14:44:18 +01:00
parent 1535c75993
commit 4359f14f18
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -21,7 +21,7 @@ function dependency_go() {
function checkout() {
local git="$1"
git clone --depth 1 $git forgejo-runner
git clone $git forgejo-runner
}
function build_runner() {