mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-23 22:31:04 -05:00
checkout the branch
This commit is contained in:
parent
1535c75993
commit
4359f14f18
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ function dependency_go() {
|
||||||
|
|
||||||
function checkout() {
|
function checkout() {
|
||||||
local git="$1"
|
local git="$1"
|
||||||
git clone --depth 1 $git forgejo-runner
|
git clone $git forgejo-runner
|
||||||
}
|
}
|
||||||
|
|
||||||
function build_runner() {
|
function build_runner() {
|
||||||
|
|
Loading…
Reference in a new issue