All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m32s
13 lines
202 B
Bash
Executable File
13 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
|
|
USER_NAME=Zpekii
|
|
BRANCH=main
|
|
URL=https://git.0orz.top/Zpekii/go-example.git
|
|
|
|
flux bootstrap git \
|
|
--url=$URL \
|
|
--branch=$BRANCH \
|
|
--username=$USER_NAME \
|
|
--token-auth=true \
|
|
--path=./
|